Home
last modified time | relevance | path

Searched refs:IncludeDirGroup (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Lex/
DHeaderSearchOptions.h28 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/clang/lib/Frontend/
DInitHeaderSearch.cpp40 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath;
41 typedef std::vector<std::pair<IncludeDirGroup,
58 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
62 void AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
115 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath()
131 void InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
DCompilerInvocation.cpp1226 frontend::IncludeDirGroup Group = in ParseHeaderSearchArgs()
1269 frontend::IncludeDirGroup Group = frontend::System; in ParseHeaderSearchArgs()
/external/clang/lib/Serialization/
DASTReader.cpp4760 frontend::IncludeDirGroup Group in ParseHeaderSearchOptions()
4761 = static_cast<frontend::IncludeDirGroup>(Record[Idx++]); in ParseHeaderSearchOptions()