Home
last modified time | relevance | path

Searched defs:VisitPredefinedExpr (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp421 bool VisitPredefinedExpr(const PredefinedExpr *E) { VisitPredefinedExpr() function in clang::TrivialFunctionAnalysisVisitor
/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp667 bool VisitPredefinedExpr(PredefinedExpr *E) { in VisitPredefinedExpr() function in clang::clangd::__anon52a906180111::CollectExtraHighlightings
/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp157 void VisitPredefinedExpr(const PredefinedExpr *E) { VisitPredefinedExpr() function in __anon0eddf5e90111::AggExprEmitter
H A DCGExprConstant.cpp2169 ConstantLValueEmitter::VisitPredefinedExpr(const PredefinedExpr *E) { VisitPredefinedExpr() function in ConstantLValueEmitter
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1354 void JSONNodeDumper::VisitPredefinedExpr(const PredefinedExpr *PE) { VisitPredefinedExpr() function in JSONNodeDumper
H A DTextNodeDumper.cpp1427 void TextNodeDumper::VisitPredefinedExpr(const PredefinedExpr *Node) { VisitPredefinedExpr() function in TextNodeDumper
H A DStmtPrinter.cpp1293 void StmtPrinter::VisitPredefinedExpr(PredefinedExpr *Node) { VisitPredefinedExpr() function in StmtPrinter
H A DStmtProfile.cpp1333 void StmtProfiler::VisitPredefinedExpr(const PredefinedExpr *S) { VisitPredefinedExpr() function in StmtProfiler
H A DExprConstant.cpp7738 bool VisitPredefinedExpr(const PredefinedExpr *E) { VisitPredefinedExpr() function in __anon006fc44d1711::ExprEvaluatorBase
8484 bool VisitPredefinedExpr(const PredefinedExpr *E) { return Success(E); } VisitPredefinedExpr() function in __anon006fc44d1b11::LValueExprEvaluator
H A DASTImporter.cpp7405 ExpectedStmt ASTNodeImporter::VisitPredefinedExpr(PredefinedExpr *E) { VisitPredefinedExpr() function in ASTNodeImporter
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp659 void ASTStmtWriter::VisitPredefinedExpr(PredefinedExpr *E) { VisitPredefinedExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp588 void ASTStmtReader::VisitPredefinedExpr(PredefinedExpr *E) { VisitPredefinedExpr() function in ASTStmtReader
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp