Home
last modified time | relevance | path

Searched refs:VisitSourceLocExpr (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp2212 void StmtProfiler::VisitSourceLocExpr(const SourceLocExpr *E) { in VisitSourceLocExpr() function in StmtProfiler
H A DStmtPrinter.cpp1128 void StmtPrinter::VisitSourceLocExpr(SourceLocExpr *Node) { in VisitSourceLocExpr() function in StmtPrinter
H A DExprConstant.cpp8772 bool VisitSourceLocExpr(const SourceLocExpr *E) { in VisitSourceLocExpr() function in __anon7a1fdcea1c11::PointerExprEvaluator
11029 bool VisitSourceLocExpr(const SourceLocExpr *E);
11109 bool IntExprEvaluator::VisitSourceLocExpr(const SourceLocExpr *E) { in VisitSourceLocExpr() function in IntExprEvaluator
H A DASTImporter.cpp617 ExpectedStmt VisitSourceLocExpr(SourceLocExpr *E);
6769 ExpectedStmt ASTNodeImporter::VisitSourceLocExpr(SourceLocExpr *E) { in VisitSourceLocExpr() function in ASTNodeImporter
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1157 void ASTStmtWriter::VisitSourceLocExpr(SourceLocExpr *E) { in VisitSourceLocExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1283 void ASTStmtReader::VisitSourceLocExpr(SourceLocExpr *E) { in VisitSourceLocExpr() function in ASTStmtReader
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp641 Value *VisitSourceLocExpr(SourceLocExpr *SLE) { in VisitSourceLocExpr() function in __anon20de44ed0111::ScalarExprEmitter