Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1148 void ASTStmtWriter::VisitSourceLocExpr(SourceLocExpr *E) { in VisitSourceLocExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1288 void ASTStmtReader::VisitSourceLocExpr(SourceLocExpr *E) { in VisitSourceLocExpr() function in ASTStmtReader
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp983 void StmtPrinter::VisitSourceLocExpr(SourceLocExpr *Node) { in VisitSourceLocExpr() function in StmtPrinter
H A DStmtProfile.cpp2137 void StmtProfiler::VisitSourceLocExpr(const SourceLocExpr *E) { in VisitSourceLocExpr() function in StmtProfiler
H A DExprConstant.cpp8664 bool VisitSourceLocExpr(const SourceLocExpr *E) { in VisitSourceLocExpr() function in __anondef1c1651c11::PointerExprEvaluator
10816 bool IntExprEvaluator::VisitSourceLocExpr(const SourceLocExpr *E) { in VisitSourceLocExpr() function in IntExprEvaluator
H A DASTImporter.cpp6529 ExpectedStmt ASTNodeImporter::VisitSourceLocExpr(SourceLocExpr *E) { in VisitSourceLocExpr() function in ASTNodeImporter
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp637 Value *VisitSourceLocExpr(SourceLocExpr *SLE) { in VisitSourceLocExpr() function in __anonacb3eee80111::ScalarExprEmitter