Searched refs:IncludeDirGroup (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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() 234 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | InitHeaderSearch.cpp | 40 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath; 41 typedef std::vector<std::pair<IncludeDirGroup, 57 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework); 62 bool AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, 115 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() 130 bool InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
|
| H A D | CompilerInvocation.cpp | 2840 llvm::ArrayRef<frontend::IncludeDirGroup> Groups, in GenerateHeaderSearchArgs() 2996 frontend::IncludeDirGroup Group = in ParseHeaderSearchArgs() 3052 frontend::IncludeDirGroup Group = frontend::System; in ParseHeaderSearchArgs()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 591 (Entry.Group == frontend::IncludeDirGroup::Quoted || in initTargetOptions() 592 Entry.Group == frontend::IncludeDirGroup::Angled || in initTargetOptions() 593 Entry.Group == frontend::IncludeDirGroup::System)) in initTargetOptions()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 5838 frontend::IncludeDirGroup Group in ParseHeaderSearchOptions() 5839 = static_cast<frontend::IncludeDirGroup>(Record[Idx++]); in ParseHeaderSearchOptions()
|