Searched refs:IncludeDirGroup (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 37 IncludeDirGroup Group; 41 DirectoryLookupInfo(IncludeDirGroup Group, DirectoryLookup Lookup, in DirectoryLookupInfo() 65 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework, 71 bool AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, 123 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() 140 bool InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 486 (Entry.Group == frontend::IncludeDirGroup::Quoted || in initTargetOptions() 487 Entry.Group == frontend::IncludeDirGroup::Angled || in initTargetOptions() 488 Entry.Group == frontend::IncludeDirGroup::System)) in initTargetOptions()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 3001 llvm::ArrayRef<frontend::IncludeDirGroup> Groups, in GenerateHeaderSearchArgs() 3158 frontend::IncludeDirGroup Group = in ParseHeaderSearchArgs() 3214 frontend::IncludeDirGroup Group = frontend::System; in ParseHeaderSearchArgs()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 5942 frontend::IncludeDirGroup Group in ParseHeaderSearchPaths() 5943 = static_cast<frontend::IncludeDirGroup>(Record[Idx++]); in ParseHeaderSearchPaths()
|