/llvm-project/llvm/include/llvm/WindowsResource/ |
H A D | ResourceProcessor.h | 32 void addInclude(const PathType &IncludePath) { in addInclude()
|
/llvm-project/clang-tools-extra/clang-tidy/portability/ |
H A D | RestrictSystemIncludesCheck.h | 69 std::string IncludePath; // Full file path as a string member
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Cuda.h | 35 std::string IncludePath; variable
|
H A D | NetBSD.cpp | 508 for (const auto &IncludePath : Candidates) { addLibCxxIncludePaths() local
|
H A D | ROCm.h | 119 SmallString<0> IncludePath; variable
|
H A D | Linux.cpp | 715 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { addLibStdCxxIncludePaths() local
|
H A D | Gnu.cpp | 3408 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { addGCCLibStdCxxIncludePaths() local
|
/llvm-project/clang-tools-extra/unittests/clang-include-fixer/ |
H A D | IncludeFixerTest.cpp | 154 std::vector<std::string> IncludePath = {"-Idir/"}; in TEST() local
|
/llvm-project/clang-tools-extra/modularize/ |
H A D | CoverageChecker.cpp | 352 collectFileSystemHeaders(StringRef IncludePath) collectFileSystemHeaders() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Headers.cpp | 151 auto IncludePath = URI::includeSpelling(*U); in toHeaderFile() local
|
/llvm-project/clang/lib/Lex/ |
H A D | InitHeaderSearch.cpp | 50 std::vector<DirectoryLookupInfo> IncludePath; global() member in __anone83f23580111::InitHeaderSearch
|
/llvm-project/llvm/lib/WindowsDriver/ |
H A D | MSVCPaths.cpp | 91 llvm::SmallString<128> IncludePath(SDKPath); in getWindows10SDKVersionFromPath() local
|
/llvm-project/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 253 value IncludePath, value SysRoot) { in llvm_dibuild_create_module_native() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 934 createModule(DIScope * Scope,StringRef Name,StringRef ConfigurationMacros,StringRef IncludePath,StringRef APINotesFile,DIFile * File,unsigned LineNo,bool IsDecl) createModule() argument
|
H A D | DebugInfoMetadata.cpp | 1239 getImpl(LLVMContext & Context,Metadata * File,Metadata * Scope,MDString * Name,MDString * ConfigurationMacros,MDString * IncludePath,MDString * APINotesFile,unsigned LineNo,bool IsDecl,StorageType Storage,bool ShouldCreate) getImpl() argument
|
H A D | DebugInfo.cpp | 1101 LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder,LLVMMetadataRef ParentScope,const char * Name,size_t NameLen,const char * ConfigMacros,size_t ConfigMacrosLen,const char * IncludePath,size_t IncludePathLen,const char * APINotesFile,size_t APINotesFileLen) LLVMDIBuilderCreateModule() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3070 std::string IncludePath = Mod.getPath().str(); getOrCreateModuleRef() local
|