Home
last modified time | relevance | path

Searched refs:DirLoc (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtOpenACC.cpp30 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-13-stable/contrib/llvm-project/clang/lib/Lex/
HDPPConditionalDirectiveRecord.cpp64 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-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtOpenACC.h215 OpenACCLoopConstruct(SourceLocation Start, SourceLocation DirLoc,
234 Create(const ASTContext &C, SourceLocation BeginLoc, SourceLocation DirLoc,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPPConditionalDirectiveRecord.h62 void addCondDirectiveLoc(CondDirectiveLoc DirLoc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseOpenACC.cpp1356 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-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaOpenACC.h392 void ActOnConstruct(OpenACCDirectiveKind K, SourceLocation DirLoc);
414 SourceLocation DirLoc,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenACC.cpp1212 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()
HDTreeTransform.h4039 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-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDMasmParser.cpp927 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()
HDAsmParser.cpp4167 SMLoc DirLoc = getLexer().getLoc(); in parseDirectiveCVFPOData() local
4174 getStreamer().emitCVFPOData(ProcSym, DirLoc); in parseDirectiveCVFPOData()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h3683 SourceLocation DirLoc; member