Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h5155 SourceLocation TargetCallLoc; variable
5158 void setTargetCallLoc(SourceLocation Loc) { TargetCallLoc = Loc; } in setTargetCallLoc()
5189 SourceLocation TargetCallLoc);
5201 SourceLocation getTargetCallLoc() const { return TargetCallLoc; } in getTargetCallLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp1966 SourceLocation TargetCallLoc) { in Create() argument
1969 Dir->setTargetCallLoc(TargetCallLoc); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp9815 SourceLocation TargetCallLoc; in ActOnOpenMPDispatchDirective() local
9842 TargetCallLoc = TargetCall->getExprLoc(); in ActOnOpenMPDispatchDirective()
9848 TargetCallLoc); in ActOnOpenMPDispatchDirective()