Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTDumper.cpp263 void VisitAddrLabelExpr(const AddrLabelExpr *Node);
1608 void ASTDumper::VisitAddrLabelExpr(const AddrLabelExpr *Node) { in VisitAddrLabelExpr() function in ASTDumper
DStmtProfile.cpp403 void StmtProfiler::VisitAddrLabelExpr(const AddrLabelExpr *S) { in VisitAddrLabelExpr() function in StmtProfiler
DStmtPrinter.cpp985 void StmtPrinter::VisitAddrLabelExpr(AddrLabelExpr *Node) { in VisitAddrLabelExpr() function in StmtPrinter
DExprConstant.cpp3003 bool VisitAddrLabelExpr(const AddrLabelExpr *E) in VisitAddrLabelExpr() function in __anon0c5100020811::PointerExprEvaluator
/external/clang/lib/Analysis/
DCFG.cpp351 CFGBlock *VisitAddrLabelExpr(AddrLabelExpr *A, AddStmtChoice asc);
1046 return VisitAddrLabelExpr(cast<AddrLabelExpr>(S), asc); in Visit()
1222 CFGBlock *CFGBuilder::VisitAddrLabelExpr(AddrLabelExpr *A, in VisitAddrLabelExpr() function in __anon9a2421050111::CFGBuilder
/external/clang/lib/Serialization/
DASTWriterStmt.cpp686 void ASTStmtWriter::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr() function in ASTStmtWriter
DASTReaderStmt.cpp732 void ASTStmtReader::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr() function in ASTStmtReader
/external/clang/tools/libclang/
DCIndex.cpp1790 void VisitAddrLabelExpr(const AddrLabelExpr *E);
1893 void EnqueueVisitor::VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr() function in EnqueueVisitor
/external/clang/lib/CodeGen/
DCGExprScalar.cpp205 Value *VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr() function in __anonde9b34050111::ScalarExprEmitter