Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h5759 SourceLocation TargetCallLoc; variable
5762 void setTargetCallLoc(SourceLocation Loc) { TargetCallLoc = Loc; } in setTargetCallLoc()
5793 SourceLocation TargetCallLoc);
5805 SourceLocation getTargetCallLoc() const { return TargetCallLoc; } in getTargetCallLoc()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp2265 SourceLocation TargetCallLoc) { in Create() argument
2268 Dir->setTargetCallLoc(TargetCallLoc); in Create()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp10382 SourceLocation TargetCallLoc; in ActOnOpenMPDispatchDirective() local
10409 TargetCallLoc = TargetCall->getExprLoc(); in ActOnOpenMPDispatchDirective()
10415 TargetCallLoc); in ActOnOpenMPDispatchDirective()