Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h5971 SourceLocation TargetCallLoc; variable
5974 void setTargetCallLoc(SourceLocation Loc) { TargetCallLoc = Loc; } in setTargetCallLoc()
6005 SourceLocation TargetCallLoc);
6017 SourceLocation getTargetCallLoc() const { return TargetCallLoc; } in getTargetCallLoc()
/src/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2338 SourceLocation TargetCallLoc) { in Create() argument
2341 Dir->setTargetCallLoc(TargetCallLoc); in Create()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10525 SourceLocation TargetCallLoc; in ActOnOpenMPDispatchDirective() local
10552 TargetCallLoc = TargetCall->getExprLoc(); in ActOnOpenMPDispatchDirective()
10558 Clauses, AStmt, TargetCallLoc); in ActOnOpenMPDispatchDirective()