/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenACC.cpp | 30 SourceLocation DirLoc, SourceLocation EndLoc, in Create() argument 36 auto *Inst = new (Mem) OpenACCComputeConstruct(K, BeginLoc, DirLoc, EndLoc, in Create() 82 SourceLocation Start, SourceLocation DirLoc, SourceLocation End, in OpenACCLoopConstruct() argument 85 OpenACCDirectiveKind::Loop, Start, DirLoc, in OpenACCLoopConstruct() 116 SourceLocation DirLoc, SourceLocation EndLoc, in Create() argument 123 new (Mem) OpenACCLoopConstruct(BeginLoc, DirLoc, EndLoc, Clauses, Loop); in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPConditionalDirectiveRecord.cpp | 64 CondDirectiveLoc DirLoc) { in addCondDirectiveLoc() argument 66 if (SourceMgr.isInSystemHeader(DirLoc.getLoc())) in addCondDirectiveLoc() 71 DirLoc.getLoc())); in addCondDirectiveLoc() 72 CondDirectiveLocs.push_back(DirLoc); in addCondDirectiveLoc()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenACC.h | 215 OpenACCLoopConstruct(SourceLocation Start, SourceLocation DirLoc, 234 Create(const ASTContext &C, SourceLocation BeginLoc, SourceLocation DirLoc,
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPConditionalDirectiveRecord.h | 62 void addCondDirectiveLoc(CondDirectiveLoc DirLoc);
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 1356 SourceLocation DirLoc = getCurToken().getLocation(); in ParseOpenACCDirective() local 1359 getActions().OpenACC().ActOnConstruct(DirKind, DirLoc); in ParseOpenACCDirective() 1398 if (ParseOpenACCWaitArgument(DirLoc, /*IsDirective=*/true).Failed) in ParseOpenACCDirective() 1412 OpenACCDirectiveParseInfo ParseInfo{DirKind, StartLoc, DirLoc, in ParseOpenACCDirective() 1464 DirInfo.DirKind, DirInfo.StartLoc, DirInfo.DirLoc, DirInfo.EndLoc, in ParseOpenACCDirectiveStmt()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenACC.h | 392 void ActOnConstruct(OpenACCDirectiveKind K, SourceLocation DirLoc); 414 SourceLocation DirLoc,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 1212 SourceLocation DirLoc) { in ActOnConstruct() argument 1228 Diag(DirLoc, diag::warn_acc_construct_unimplemented) << K; in ActOnConstruct() 1634 SourceLocation DirLoc, in ActOnEndStmtDirective() argument 1647 getASTContext(), K, StartLoc, DirLoc, EndLoc, Clauses, in ActOnEndStmtDirective() 1656 getASTContext(), StartLoc, DirLoc, EndLoc, Clauses, in ActOnEndStmtDirective()
|
H A D | TreeTransform.h | 4039 SourceLocation DirLoc, in RebuildOpenACCComputeConstruct() argument 4043 return getSema().OpenACC().ActOnEndStmtDirective(K, BeginLoc, DirLoc, in RebuildOpenACCComputeConstruct() 4048 SourceLocation DirLoc, in RebuildOpenACCLoopConstruct() argument 4053 OpenACCDirectiveKind::Loop, BeginLoc, DirLoc, EndLoc, Clauses, Loop); in RebuildOpenACCLoopConstruct()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 927 StringRef Directive, SMLoc DirLoc); 929 StringRef Directive, SMLoc DirLoc, 4463 StringRef Directive, SMLoc DirLoc) { in parseDirectiveStructValue() argument 4478 SMLoc DirLoc, StringRef Name) { in parseDirectiveNamedStructValue() argument 5430 SMLoc DirLoc = getLexer().getLoc(); in parseDirectiveCVFPOData() local 5437 getStreamer().emitCVFPOData(ProcSym, DirLoc); in parseDirectiveCVFPOData()
|
H A D | AsmParser.cpp | 4167 SMLoc DirLoc = getLexer().getLoc(); in parseDirectiveCVFPOData() local 4174 getStreamer().emitCVFPOData(ProcSym, DirLoc); in parseDirectiveCVFPOData()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 3683 SourceLocation DirLoc; member
|