Home
last modified time | relevance | path

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

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