Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h5260 SourceLocation TargetCallLoc; variable
5263 void setTargetCallLoc(SourceLocation Loc) { TargetCallLoc = Loc; } in setTargetCallLoc()
5294 SourceLocation TargetCallLoc);
5306 SourceLocation getTargetCallLoc() const { return TargetCallLoc; } in getTargetCallLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2004 SourceLocation TargetCallLoc) { in Create() argument
2007 Dir->setTargetCallLoc(TargetCallLoc); in Create()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9849 SourceLocation TargetCallLoc; in ActOnOpenMPDispatchDirective() local
9876 TargetCallLoc = TargetCall->getExprLoc(); in ActOnOpenMPDispatchDirective()
9882 TargetCallLoc); in ActOnOpenMPDispatchDirective()