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

/external/clang/include/clang/AST/
H A DExpr.h1135 /// PredefinedExpr - [C99 6.4.2.2] - A predefined identifier such as __func__.
1136 class PredefinedExpr : public Expr { class in namespace:clang
1152 PredefinedExpr(SourceLocation l, QualType type, IdentType IT) function in class:clang::PredefinedExpr
1160 explicit PredefinedExpr(EmptyShell Empty) function in class:clang::PredefinedExpr

Completed in 61 milliseconds