Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h123 ExprResult ActOnOpenMPCall(ExprResult Call, Scope *Scope,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp6390 Call = OpenMP().ActOnOpenMPCall(Call, Scope, LParenLoc, ArgExprs, RParenLoc, in ActOnCallExpr()
H A DSemaOpenMP.cpp7183 ExprResult SemaOpenMP::ActOnOpenMPCall(ExprResult Call, Scope *Scope, in ActOnOpenMPCall() function in SemaOpenMP