Home
last modified time | relevance | path

Searched defs:SearchPath (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/clang-tools-extra/clang-tidy/llvmlibc/
H A DRestrictSystemLibcHeadersCheck.cpp49 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
/llvm-project/clang-tools-extra/clang-tidy/portability/
H A DRestrictSystemIncludesCheck.cpp24 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousIncludeCheck.cpp55 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
/llvm-project/clang-tools-extra/clangd/unittests/
H A DStdLibTests.cpp89 std::vector<llvm::StringRef> SearchPath) { in TEST()
H A DHeadersTests.cpp294 TEST_F(HeadersTest,SearchPath) TEST_F() argument
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DDuplicateIncludeCheck.cpp80 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp76 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
H A DDependencyFile.cpp179 StringRef SearchPath; in addDependency() local
H A DPrintPreprocessedOutput.cpp487 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
H A DPrecompiledPreamble.cpp101 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument
/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
/llvm-project/clang/unittests/Lex/
H A DPPCallbacksTest.cpp39 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
62 SmallString<16> SearchPath; member in __anon1476b0c10111::InclusionDirectiveCallbacks
164 StringRef SearchPath = llvm::sys::path::parent_path(HeaderPath); in AddFakeHeader() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DDeprecatedHeadersCheck.cpp182 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
H A DMacroToEnumCheck.cpp119 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
/llvm-project/clang-tools-extra/clang-tidy/llvm/
H A DIncludeOrderCheck.cpp85 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
/llvm-project/clang-tools-extra/modularize/
H A DCoverageChecker.cpp92 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument
/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp473 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
617 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument
889 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
1211 LookupSubframeworkHeader(StringRef Filename,FileEntryRef ContextFileEnt,SmallVectorImpl<char> * SearchPath,SmallVectorImpl<char> * RelativePath,Module * RequestingModule,ModuleMap::KnownHeader * SuggestedModule) LookupSubframeworkHeader() argument
[all...]
H A DPreprocessingRecord.cpp475 InclusionDirective(SourceLocation HashLoc,const Token & IncludeTok,StringRef FileName,bool IsAngled,CharSourceRange FilenameRange,OptionalFileEntryRef File,StringRef SearchPath,StringRef RelativePath,const Module * SuggestedModule,bool ModuleImported,SrcMgr::CharacteristicKind FileType) InclusionDirective() argument
H A DPPDirectives.cpp955 LookupFile(SourceLocation FilenameLoc,StringRef Filename,bool isAngled,ConstSearchDirIterator FromDir,const FileEntry * FromFile,ConstSearchDirIterator * CurDirArg,SmallVectorImpl<char> * SearchPath,SmallVectorImpl<char> * RelativePath,ModuleMap::KnownHeader * SuggestedModule,bool * IsMapped,bool * IsFrameworkFound,bool SkipCache,bool OpenFile,bool CacheFailures) LookupFile() argument
2099 LookupHeaderIncludeOrImport(ConstSearchDirIterator * CurDir,StringRef & Filename,SourceLocation FilenameLoc,CharSourceRange FilenameRange,const Token & FilenameTok,bool & IsFrameworkFound,bool IsImportDecl,bool & IsMapped,ConstSearchDirIterator LookupFrom,const FileEntry * LookupFromFile,StringRef & LookupFilename,SmallVectorImpl<char> & RelativePath,SmallVectorImpl<char> & SearchPath,ModuleMap::KnownHeader & SuggestedModule,bool isAngled) LookupHeaderIncludeOrImport() argument
2273 SmallString<1024> SearchPath; HandleHeaderIncludeOrImport() local
[all...]
/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp290 for (const auto &SearchPath : SearchPaths) { in getCurrentModuleAPINotes() local
/llvm-project/clang-tools-extra/clang-move/
H A DMove.cpp134 OptionalFileEntryRef /*File*/, StringRef SearchPath, in InclusionDirective()
691 llvm::StringRef SearchPath, in addIncludes()
/llvm-project/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.cpp168 OptionalFileEntryRef IncludedFile, StringRef SearchPath, in InclusionDirective() argument
/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h172 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
526 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
/llvm-project/llvm/tools/dsymutil/
H A Ddsymutil.cpp404 for (auto *SearchPath : Args.filtered(OPT_dsym_search_path)) getOptions() local
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DRecord.cpp68 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()

12