Searched defs:PredefinedExpr (Results 1 – 6 of 6) sorted by relevance
81 class PredefinedExpr; variable
350 friend class PredefinedExpr; variable
1047 TEST_P(ASTMatchersTest, PredefinedExpr) { in TEST_P() argument
505 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK, in PredefinedExpr() function in PredefinedExpr519 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr() function in PredefinedExpr
438 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentType IT, in PredefinedExpr() function in PredefinedExpr
1184 explicit PredefinedExpr(EmptyShell Empty) in PredefinedExpr() function