| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 584 bool parseDirectiveFile(SMLoc DirectiveLoc); 611 bool parseDirectiveCFIDefCfa(SMLoc DirectiveLoc); 615 bool parseDirectiveCFIOffset(SMLoc DirectiveLoc); 622 bool parseDirectiveCFIEscape(SMLoc DirectiveLoc); 631 bool parseDirectiveMacro(SMLoc DirectiveLoc); 700 bool parseDirectiveEnd(SMLoc DirectiveLoc); 706 bool parseDirectiveWarning(SMLoc DirectiveLoc); 709 bool parseDirectivePrint(SMLoc DirectiveLoc); 3889 SMLoc DirectiveLoc = getTok().getLoc(); in parseDirectiveCVLoc() local 4241 if (getTargetParser().parseRegister(RegNo, DirectiveLoc, DirectiveLoc)) in parseRegisterOrRegisterNumber() [all …]
|
| H A D | MasmParser.cpp | 943 bool parseDirectiveFile(SMLoc DirectiveLoc); 1054 bool parseDirectiveEnd(SMLoc DirectiveLoc); 1073 bool parseDirectiveEcho(SMLoc DirectiveLoc); 5151 SMLoc DirectiveLoc = getTok().getLoc(); in parseDirectiveCVLoc() local 5504 if (getTargetParser().parseRegister(RegNo, DirectiveLoc, DirectiveLoc)) in parseRegisterOrRegisterNumber() 6485 return Error(DirectiveLoc, Message); in parseDirectiveError() 6511 return Error(DirectiveLoc, Message); in parseDirectiveErrorIfb() 6555 return Error(DirectiveLoc, Message); in parseDirectiveErrorIfdef() 6615 return Error(DirectiveLoc, Message); in parseDirectiveErrorIfidn() 6642 return Error(DirectiveLoc, Message); in parseDirectiveErrorIfe() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 46 create(bool RegexKind, SourceLocation DirectiveLoc, 54 SourceLocation DirectiveLoc; variable 73 Directive(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, in Directive() argument 76 : DirectiveLoc(DirectiveLoc), DiagnosticLoc(DiagnosticLoc), Text(Text), in Directive() 79 assert(!DirectiveLoc.isInvalid() && "DirectiveLoc is invalid!"); in Directive()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 629 checkModuleImportContext(*this, Mod, DirectiveLoc, CurContext, true); in ActOnModuleInclude() 630 BuildModuleInclude(DirectiveLoc, Mod); in ActOnModuleInclude() 641 getSourceManager().isWrittenInMainFile(DirectiveLoc); in BuildModuleInclude() 649 DirectiveLoc); in BuildModuleInclude() 657 VisibleModules.setVisible(Mod, DirectiveLoc); in BuildModuleInclude() 661 getLangOpts().CurrentModule, DirectiveLoc, false, false); in BuildModuleInclude() 675 VisibleModules.setVisible(Mod, DirectiveLoc); in ActOnModuleBegin() 706 SourceLocation DirectiveLoc; in ActOnModuleEnd() local 711 DirectiveLoc = getSourceManager().getIncludeLoc(File); in ActOnModuleEnd() 714 DirectiveLoc = EomLoc; in ActOnModuleEnd() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 91 StandardDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, in StandardDirective() argument 94 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyFileAndLine, in StandardDirective() 108 RegexDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, in RegexDirective() argument 111 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyFileAndLine, in RegexDirective() 911 if (D->DirectiveLoc != D->DiagnosticLoc) in PrintExpected() 913 << SourceMgr.getFilename(D->DirectiveLoc) << ':' in PrintExpected() 914 << SourceMgr.getPresumedLineNumber(D->DirectiveLoc) << ')'; in PrintExpected() 931 if (SM.isWrittenInSameFile(DirectiveLoc, DiagnosticLoc)) in IsFromSameFile() 935 if (!DiagFile && SM.isWrittenInMainFile(DirectiveLoc)) in IsFromSameFile() 938 return (DiagFile == SM.getFileEntryForID(SM.getFileID(DirectiveLoc))); in IsFromSameFile() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmParserExtension.h | 34 SMLoc DirectiveLoc) { in HandleDirective() argument 36 return (Obj->*Handler)(Directive, DirectiveLoc); in HandleDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | DependencyDirectivesScanner.cpp | 497 const char *DirectiveLoc = Input.data() + CurDirToks.front().Offset; in lexModuleDirectiveBody() local 502 DirectiveLoc, in lexModuleDirectiveBody() 513 DirectiveLoc, diag::err_dep_source_scanner_unexpected_tokens_at_import); in lexModuleDirectiveBody()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3268 void ActOnModuleInclude(SourceLocation DirectiveLoc, Module *Mod); 3269 void BuildModuleInclude(SourceLocation DirectiveLoc, Module *Mod); 3272 void ActOnModuleBegin(SourceLocation DirectiveLoc, Module *Mod); 3274 void ActOnModuleEnd(SourceLocation DirectiveLoc, Module *Mod);
|