Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h5760 SourceLocation TargetCallLoc; variable
5763 void setTargetCallLoc(SourceLocation Loc) { TargetCallLoc = Loc; } in setTargetCallLoc()
5794 SourceLocation TargetCallLoc);
5806 SourceLocation getTargetCallLoc() const { return TargetCallLoc; } in getTargetCallLoc()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp2280 SourceLocation TargetCallLoc) { in Create() argument
2283 Dir->setTargetCallLoc(TargetCallLoc); in Create()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp10465 SourceLocation TargetCallLoc; in ActOnOpenMPDispatchDirective() local
10492 TargetCallLoc = TargetCall->getExprLoc(); in ActOnOpenMPDispatchDirective()
10498 TargetCallLoc); in ActOnOpenMPDispatchDirective()