Home
last modified time | relevance | path

Searched defs:PredefinedExpr (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DComputeDependence.h81 class PredefinedExpr; variable
DStmt.h350 friend class PredefinedExpr; variable
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1047 TEST_P(ASTMatchersTest, PredefinedExpr) { in TEST_P() argument
/external/llvm-project/clang/lib/AST/
DExpr.cpp505 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK, in PredefinedExpr() function in PredefinedExpr
519 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr() function in PredefinedExpr
/external/clang/lib/AST/
DExpr.cpp438 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentType IT, in PredefinedExpr() function in PredefinedExpr
/external/clang/include/clang/AST/
DExpr.h1184 explicit PredefinedExpr(EmptyShell Empty) in PredefinedExpr() function