Searched refs:IncludeDirGroup (Results 1 – 9 of 9) sorted by relevance
/external/clang/include/clang/Lex/ |
D | HeaderSearchOptions.h | 28 enum IncludeDirGroup { enum 50 frontend::IncludeDirGroup Group; 58 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() 187 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
|
/external/llvm-project/clang/include/clang/Lex/ |
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()
|
/external/llvm-project/clang/lib/Frontend/ |
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()
|
D | CompilerInvocation.cpp | 2259 frontend::IncludeDirGroup Group = in ParseHeaderSearchArgs() 2315 frontend::IncludeDirGroup Group = frontend::System; in ParseHeaderSearchArgs()
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 41 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath; 42 typedef std::vector<std::pair<IncludeDirGroup, 59 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework); 63 void AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, 116 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() 132 void InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
|
D | CompilerInvocation.cpp | 1395 frontend::IncludeDirGroup Group = in ParseHeaderSearchArgs() 1448 frontend::IncludeDirGroup Group = frontend::System; in ParseHeaderSearchArgs()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 577 (Entry.Group == frontend::IncludeDirGroup::Quoted || in initTargetOptions() 578 Entry.Group == frontend::IncludeDirGroup::Angled || in initTargetOptions() 579 Entry.Group == frontend::IncludeDirGroup::System)) in initTargetOptions()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 4783 frontend::IncludeDirGroup Group in ParseHeaderSearchOptions() 4784 = static_cast<frontend::IncludeDirGroup>(Record[Idx++]); in ParseHeaderSearchOptions()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 5811 frontend::IncludeDirGroup Group in ParseHeaderSearchOptions() 5812 = static_cast<frontend::IncludeDirGroup>(Record[Idx++]); in ParseHeaderSearchOptions()
|