Searched refs:IncludeDirGroup (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | HeaderSearchOptions.h | 32 enum IncludeDirGroup { enum 72 frontend::IncludeDirGroup Group; 80 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() 241 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 36 IncludeDirGroup Group; 40 DirectoryLookupInfo(IncludeDirGroup Group, DirectoryLookup Lookup, in DirectoryLookupInfo() 64 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework, 70 bool AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, 124 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() 141 bool InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 474 (Entry.Group == frontend::IncludeDirGroup::Quoted || in initTargetOptions() 475 Entry.Group == frontend::IncludeDirGroup::Angled || in initTargetOptions() 476 Entry.Group == frontend::IncludeDirGroup::System)) in initTargetOptions()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 2984 llvm::ArrayRef<frontend::IncludeDirGroup> Groups, in GenerateHeaderSearchArgs() 3140 frontend::IncludeDirGroup Group = in ParseHeaderSearchArgs() 3196 frontend::IncludeDirGroup Group = frontend::System; in ParseHeaderSearchArgs()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 5892 frontend::IncludeDirGroup Group in ParseHeaderSearchOptions() 5893 = static_cast<frontend::IncludeDirGroup>(Record[Idx++]); in ParseHeaderSearchOptions()
|