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

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

Completed in 89 milliseconds