Searched refs:IncludeDirGroup (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | HeaderSearchOptions.h | 31 enum IncludeDirGroup { enum 71 frontend::IncludeDirGroup Group; 79 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() 216 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | InitHeaderSearch.cpp | 41 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath; 42 typedef std::vector<std::pair<IncludeDirGroup, 60 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework); 65 bool AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, 118 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() 133 bool InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
|
| H A D | CompilerInvocation.cpp | 1978 frontend::IncludeDirGroup Group = in ParseHeaderSearchArgs() 2034 frontend::IncludeDirGroup Group = frontend::System; in ParseHeaderSearchArgs()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 492 (Entry.Group == frontend::IncludeDirGroup::Quoted || in initTargetOptions() 493 Entry.Group == frontend::IncludeDirGroup::Angled || in initTargetOptions() 494 Entry.Group == frontend::IncludeDirGroup::System)) in initTargetOptions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 5333 frontend::IncludeDirGroup Group in ParseHeaderSearchOptions() 5334 = static_cast<frontend::IncludeDirGroup>(Record[Idx++]); in ParseHeaderSearchOptions()
|