Searched refs:VisitPredefinedExpr (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h262 void VisitPredefinedExpr(const PredefinedExpr *PE);
H A DTextNodeDumper.h236 void VisitPredefinedExpr(const PredefinedExpr *Node);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1767 ConstantLValue VisitPredefinedExpr(const PredefinedExpr *E);
1946 ConstantLValueEmitter::VisitPredefinedExpr(const PredefinedExpr *E) { function in class:ConstantLValueEmitter
H A DCGExprAgg.cpp141 void VisitPredefinedExpr(const PredefinedExpr *E) { function in class:__anon1::AggExprEmitter
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1065 void StmtProfiler::VisitPredefinedExpr(const PredefinedExpr *S) { function in class:StmtProfiler
H A DStmtPrinter.cpp1045 void StmtPrinter::VisitPredefinedExpr(PredefinedExpr *Node) { function in class:StmtPrinter
H A DJSONNodeDumper.cpp1151 void JSONNodeDumper::VisitPredefinedExpr(const PredefinedExpr *PE) { function in class:JSONNodeDumper
H A DASTImporter.cpp594 ExpectedStmt VisitPredefinedExpr(PredefinedExpr *E);
6440 ExpectedStmt ASTNodeImporter::VisitPredefinedExpr(PredefinedExpr *E) { function in class:ASTNodeImporter
H A DExprConstant.cpp7385 bool VisitPredefinedExpr(const PredefinedExpr *E) { return Success(E); }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp541 void ASTStmtReader::VisitPredefinedExpr(PredefinedExpr *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp564 void ASTStmtWriter::VisitPredefinedExpr(PredefinedExpr *E) { function in class:ASTStmtWriter

Completed in 325 milliseconds