Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCUDA.h49 ExprResult ActOnExecConfigExpr(Scope *S, SourceLocation LLLLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp54 ExprResult SemaCUDA::ActOnExecConfigExpr(Scope *S, SourceLocation LLLLoc, in ActOnExecConfigExpr() function in SemaCUDA
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2181 ExprResult ECResult = Actions.CUDA().ActOnExecConfigExpr( in ParsePostfixExpressionSuffix()