Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1381 Res = Actions.ActOnPredefinedExpr(Tok.getLocation(), SavedKind); in ParseCastExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6794 ExprResult ActOnPredefinedExpr(SourceLocation Loc, tok::TokenKind Kind);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3514 ExprResult Sema::ActOnPredefinedExpr(SourceLocation Loc, tok::TokenKind Kind) { in ActOnPredefinedExpr() function in Sema