Home
last modified time | relevance | path

Searched refs:VisitPredefinedExpr (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTextNodeDumper.h232 void VisitPredefinedExpr(const PredefinedExpr *Node);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp718 void TextNodeDumper::VisitPredefinedExpr(const PredefinedExpr *Node) { in VisitPredefinedExpr() function in TextNodeDumper
H A DStmtProfile.cpp1018 void StmtProfiler::VisitPredefinedExpr(const PredefinedExpr *S) { in VisitPredefinedExpr() function in StmtProfiler
H A DStmtPrinter.cpp997 void StmtPrinter::VisitPredefinedExpr(PredefinedExpr *Node) { in VisitPredefinedExpr() function in StmtPrinter
H A DASTImporter.cpp552 ExpectedStmt VisitPredefinedExpr(PredefinedExpr *E);
6095 ExpectedStmt ASTNodeImporter::VisitPredefinedExpr(PredefinedExpr *E) { in VisitPredefinedExpr() function in ASTNodeImporter
H A DExprConstant.cpp5304 bool VisitPredefinedExpr(const PredefinedExpr *E) { return Success(E); } in VisitPredefinedExpr() function in __anon24b4dfe90f11::LValueExprEvaluator
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1614 ConstantLValue VisitPredefinedExpr(const PredefinedExpr *E);
1791 ConstantLValueEmitter::VisitPredefinedExpr(const PredefinedExpr *E) { in VisitPredefinedExpr() function in ConstantLValueEmitter
H A DCGExprAgg.cpp141 void VisitPredefinedExpr(const PredefinedExpr *E) { in VisitPredefinedExpr() function in __anonbbc685050111::AggExprEmitter
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp435 void ASTStmtWriter::VisitPredefinedExpr(PredefinedExpr *E) { in VisitPredefinedExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp532 void ASTStmtReader::VisitPredefinedExpr(PredefinedExpr *E) { in VisitPredefinedExpr() function in ASTStmtReader