Searched refs:IncludeDirGroup (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| HD | HeaderSearchOptions.h | 31 enum IncludeDirGroup { enum 71 frontend::IncludeDirGroup Group; 79 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() 229 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | InitHeaderSearch.cpp | 40 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath; 41 typedef std::vector<std::pair<IncludeDirGroup, 59 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework); 64 bool AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, 117 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() 132 bool InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
|
| HD | CompilerInvocation.cpp | 2143 frontend::IncludeDirGroup Group = in ParseHeaderSearchArgs() 2199 frontend::IncludeDirGroup Group = frontend::System; in ParseHeaderSearchArgs()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | BackendUtil.cpp | 500 (Entry.Group == frontend::IncludeDirGroup::Quoted || in initTargetOptions() 501 Entry.Group == frontend::IncludeDirGroup::Angled || in initTargetOptions() 502 Entry.Group == frontend::IncludeDirGroup::System)) in initTargetOptions()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 5784 frontend::IncludeDirGroup Group in ParseHeaderSearchOptions() 5785 = static_cast<frontend::IncludeDirGroup>(Record[Idx++]); in ParseHeaderSearchOptions()
|