Home
last modified time | relevance | path

Searched refs:VisitAddrLabelExpr (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTDumper.cpp285 void VisitAddrLabelExpr(const AddrLabelExpr *Node);
1774 void ASTDumper::VisitAddrLabelExpr(const AddrLabelExpr *Node) { in VisitAddrLabelExpr() function in ASTDumper
DStmtProfile.cpp453 void StmtProfiler::VisitAddrLabelExpr(const AddrLabelExpr *S) { in VisitAddrLabelExpr() function in StmtProfiler
DStmtPrinter.cpp1075 void StmtPrinter::VisitAddrLabelExpr(AddrLabelExpr *Node) { in VisitAddrLabelExpr() function in StmtPrinter
DExprConstant.cpp4614 bool VisitAddrLabelExpr(const AddrLabelExpr *E) in VisitAddrLabelExpr() function in __anonf9a7da0c0c11::PointerExprEvaluator
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
DCFG.cpp352 CFGBlock *VisitAddrLabelExpr(AddrLabelExpr *A, AddStmtChoice asc);
1065 return VisitAddrLabelExpr(cast<AddrLabelExpr>(S), asc); in Visit()
1249 CFGBlock *CFGBuilder::VisitAddrLabelExpr(AddrLabelExpr *A, in VisitAddrLabelExpr() function in __anon7f9b860f0111::CFGBuilder
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriterStmt.cpp754 void ASTStmtWriter::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr() function in ASTStmtWriter
DASTReaderStmt.cpp817 void ASTStmtReader::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr() function in ASTStmtReader
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprScalar.cpp206 Value *VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr() function in __anonf084030f0111::ScalarExprEmitter