Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h5829 SourceLocation TargetCallLoc; variable
5832 void setTargetCallLoc(SourceLocation Loc) { TargetCallLoc = Loc; } in setTargetCallLoc()
5863 SourceLocation TargetCallLoc);
5875 SourceLocation getTargetCallLoc() const { return TargetCallLoc; } in getTargetCallLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2300 SourceLocation TargetCallLoc) { in Create() argument
2303 Dir->setTargetCallLoc(TargetCallLoc); in Create()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10705 SourceLocation TargetCallLoc; in ActOnOpenMPDispatchDirective() local
10732 TargetCallLoc = TargetCall->getExprLoc(); in ActOnOpenMPDispatchDirective()
10738 TargetCallLoc); in ActOnOpenMPDispatchDirective()