/llvm-project/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 75 SMLoc IncludeLoc; member 145 SMLoc IncludeLoc) { in AddNewSourceBuffer()
|
/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...] |
/llvm-project/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 440 StringRef FileName, SourceLocation IncludeLoc, const DirectoryEntry *Dir, in getFileAndSuggestModule() argument 472 StringRef &Filename, HeaderSearch &HS, SourceLocation IncludeLoc, in LookupFile() argument 784 SourceLocation IncludeLoc) { in checkMSVCHeaderSearch() argument 842 diagnoseFrameworkInclude(DiagnosticsEngine &Diags, SourceLocation IncludeLoc, in diagnoseFrameworkInclude() argument 886 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...] |
/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 571 createFileID(std::unique_ptr<llvm::MemoryBuffer> Buffer,SrcMgr::CharacteristicKind FileCharacter,int LoadedID,SourceLocation::UIntTy LoadedOffset,SourceLocation IncludeLoc) createFileID() argument 585 createFileID(const llvm::MemoryBufferRef & Buffer,SrcMgr::CharacteristicKind FileCharacter,int LoadedID,SourceLocation::UIntTy LoadedOffset,SourceLocation IncludeLoc) createFileID() argument 1503 SourceLocation IncludeLoc = FI.getIncludeLoc(); getPresumedLoc() local 1740 SourceLocation IncludeLoc = File.getIncludeLoc(); computeMacroArgsCache() local [all...] |
/llvm-project/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 166 FullSourceLoc IncludeLoc = emitIncludeStack() local
|
H A D | PrintPreprocessedOutput.cpp | 360 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged() local
|
/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 76 [this](StringRef TypeStr, StringRef Context, SourceLocation IncludeLoc) { in Parser() argument
|
H A D | ParseDecl.cpp | 8500 ParseTypeFromString(StringRef TypeStr,StringRef Context,SourceLocation IncludeLoc) ParseTypeFromString() argument
|
/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 303 SourceLocation IncludeLoc; variable
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 449 DiagnoseNonDefaultPragmaAlignPack(PragmaAlignPackDiagnoseKind Kind,SourceLocation IncludeLoc) DiagnoseNonDefaultPragmaAlignPack() argument
|
H A D | Sema.cpp | 177 SourceLocation IncludeLoc = SM.getIncludeLoc(SM.getFileID(Loc)); FileChanged() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | SourceCode.cpp | 1248 auto IncludeLoc = SM.getIncludeLoc(DefFile); in translatePreamblePatchLocation() local
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 5111 SMLoc IncludeLoc = getTok().getLoc(); parseDirectiveInclude() local
|
H A D | MasmParser.cpp | 6119 SMLoc IncludeLoc = getTok().getLoc(); parseDirectiveInclude() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 1686 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]); ReadSLocEntry() local 1727 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]); ReadSLocEntry() local
|
H A D | ASTWriter.cpp | 1713 SourceLocation IncludeLoc = File.getIncludeLoc(); getAffectingIncludeLoc() local
|