/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 75 SMLoc IncludeLoc; member 145 SMLoc IncludeLoc) { in AddNewSourceBuffer() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 42 SMLoc IncludeLoc, in AddIncludeFile() argument 261 void SourceMgr::PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const { in PrintIncludeStack() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 416 getFileAndSuggestModule(StringRef FileName,SourceLocation IncludeLoc,const DirectoryEntry * Dir,bool IsSystemHeaderDir,Module * RequestingModule,ModuleMap::KnownHeader * SuggestedModule,bool OpenFile,bool CacheFailures) getFileAndSuggestModule() argument 448 LookupFile(StringRef & Filename,HeaderSearch & HS,SourceLocation IncludeLoc,SmallVectorImpl<char> * SearchPath,SmallVectorImpl<char> * RelativePath,Module * RequestingModule,ModuleMap::KnownHeader * SuggestedModule,bool & InUserSpecifiedSystemFramework,bool & IsFrameworkFound,bool & IsInHeaderMap,SmallVectorImpl<char> & MappedName,bool OpenFile) const LookupFile() argument 760 checkMSVCHeaderSearch(DiagnosticsEngine & Diags,OptionalFileEntryRef MSFE,const FileEntry * FE,SourceLocation IncludeLoc) checkMSVCHeaderSearch() argument 818 diagnoseFrameworkInclude(DiagnosticsEngine & Diags,SourceLocation IncludeLoc,StringRef Includer,StringRef IncludeFilename,FileEntryRef IncludeFE,bool isAngled=false,bool FoundByHeaderMap=false) diagnoseFrameworkInclude() argument 862 LookupFile(StringRef Filename,SourceLocation IncludeLoc,bool isAngled,ConstSearchDirIterator FromDir,ConstSearchDirIterator * CurDirArg,ArrayRef<std::pair<OptionalFileEntryRef,DirectoryEntryRef>> Includers,SmallVectorImpl<char> * SearchPath,SmallVectorImpl<char> * RelativePath,Module * RequestingModule,ModuleMap::KnownHeader * SuggestedModule,bool * IsMapped,bool * IsFrameworkFound,bool SkipCache,bool BuildSystemModule,bool OpenFile,bool CacheFailures) LookupFile() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 558 createFileID(std::unique_ptr<llvm::MemoryBuffer> Buffer,SrcMgr::CharacteristicKind FileCharacter,int LoadedID,SourceLocation::UIntTy LoadedOffset,SourceLocation IncludeLoc) createFileID() argument 572 createFileID(const llvm::MemoryBufferRef & Buffer,SrcMgr::CharacteristicKind FileCharacter,int LoadedID,SourceLocation::UIntTy LoadedOffset,SourceLocation IncludeLoc) createFileID() argument 1488 SourceLocation IncludeLoc = FI.getIncludeLoc(); getPresumedLoc() local 1725 SourceLocation IncludeLoc = File.getIncludeLoc(); computeMacroArgsCache() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 166 FullSourceLoc IncludeLoc = in emitIncludeStack() local
|
H A D | PrintPreprocessedOutput.cpp | 345 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); FileChanged() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 75 __anonb733d8830202(StringRef TypeStr, StringRef Context, SourceLocation IncludeLoc) Parser() argument
|
H A D | ParseDecl.cpp | 8055 ParseTypeFromString(StringRef TypeStr,StringRef Context,SourceLocation IncludeLoc) ParseTypeFromString() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 303 SourceLocation IncludeLoc; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 437 DiagnoseNonDefaultPragmaAlignPack(PragmaAlignPackDiagnoseKind Kind,SourceLocation IncludeLoc) DiagnoseNonDefaultPragmaAlignPack() argument
|
H A D | Sema.cpp | 152 SourceLocation IncludeLoc = SM.getIncludeLoc(SM.getFileID(Loc)); FileChanged() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 5105 SMLoc IncludeLoc = getTok().getLoc(); parseDirectiveInclude() local
|
H A D | MasmParser.cpp | 6118 SMLoc IncludeLoc = getTok().getLoc(); parseDirectiveInclude() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 1687 if (IncludeLoc.isInvalid() && F->Kind != MK_MainFile) { in ReadSLocEntry() local 1645 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]); ReadSLocEntry() local
|