Home
last modified time | relevance | path

Searched refs:ActOnPredefinedExpr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp1281 Res = Actions.ActOnPredefinedExpr(Tok.getLocation(), SavedKind); in ParseCastExpression()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5186 ExprResult ActOnPredefinedExpr(SourceLocation Loc, tok::TokenKind Kind);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3509 ExprResult Sema::ActOnPredefinedExpr(SourceLocation Loc, tok::TokenKind Kind) { in ActOnPredefinedExpr() function in Sema