Home
last modified time | relevance | path

Searched defs:VisitSourceLocExpr (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1147 void ASTStmtWriter::VisitSourceLocExpr(SourceLocExpr *E) { in VisitSourceLocExpr() function in ASTStmtWriter
DASTReaderStmt.cpp1287 void ASTStmtReader::VisitSourceLocExpr(SourceLocExpr *E) { in VisitSourceLocExpr() function in ASTStmtReader
/external/llvm-project/clang/lib/AST/
DStmtPrinter.cpp960 void StmtPrinter::VisitSourceLocExpr(SourceLocExpr *Node) { in VisitSourceLocExpr() function in StmtPrinter
DStmtProfile.cpp2076 void StmtProfiler::VisitSourceLocExpr(const SourceLocExpr *E) { in VisitSourceLocExpr() function in StmtProfiler
DExprConstant.cpp8653 bool VisitSourceLocExpr(const SourceLocExpr *E) { in VisitSourceLocExpr() function in __anon3f12a8aa1c11::PointerExprEvaluator
10792 bool IntExprEvaluator::VisitSourceLocExpr(const SourceLocExpr *E) { in VisitSourceLocExpr() function in IntExprEvaluator
/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp634 Value *VisitSourceLocExpr(SourceLocExpr *SLE) { in VisitSourceLocExpr() function in __anon75d0f0ad0111::ScalarExprEmitter