Home
last modified time | relevance | path

Searched defs:IncludePath (Results 1 – 17 of 17) sorted by relevance

/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceProcessor.h32 void addInclude(const PathType &IncludePath) { in addInclude()
/llvm-project/clang-tools-extra/clang-tidy/portability/
H A DRestrictSystemIncludesCheck.h69 std::string IncludePath; // Full file path as a string member
/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.h35 std::string IncludePath; variable
H A DNetBSD.cpp508 for (const auto &IncludePath : Candidates) { addLibCxxIncludePaths() local
H A DROCm.h119 SmallString<0> IncludePath; variable
H A DLinux.cpp715 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { addLibStdCxxIncludePaths() local
H A DGnu.cpp3408 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { addGCCLibStdCxxIncludePaths() local
/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
H A DIncludeFixerTest.cpp154 std::vector<std::string> IncludePath = {"-Idir/"}; in TEST() local
/llvm-project/clang-tools-extra/modularize/
H A DCoverageChecker.cpp352 collectFileSystemHeaders(StringRef IncludePath) collectFileSystemHeaders() argument
/llvm-project/clang-tools-extra/clangd/
H A DHeaders.cpp151 auto IncludePath = URI::includeSpelling(*U); in toHeaderFile() local
/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp50 std::vector<DirectoryLookupInfo> IncludePath; global() member in __anone83f23580111::InitHeaderSearch
/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp91 llvm::SmallString<128> IncludePath(SDKPath); in getWindows10SDKVersionFromPath() local
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c253 value IncludePath, value SysRoot) { in llvm_dibuild_create_module_native() argument
/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp934 createModule(DIScope * Scope,StringRef Name,StringRef ConfigurationMacros,StringRef IncludePath,StringRef APINotesFile,DIFile * File,unsigned LineNo,bool IsDecl) createModule() argument
H A DDebugInfoMetadata.cpp1239 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 DDebugInfo.cpp1101 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 DCGDebugInfo.cpp3070 std::string IncludePath = Mod.getPath().str(); getOrCreateModuleRef() local