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.cpp41 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()
DCompilerInvocation.cpp1395 frontend::IncludeDirGroup Group = in ParseHeaderSearchArgs()
1448 frontend::IncludeDirGroup Group = frontend::System; in ParseHeaderSearchArgs()
/external/clang/lib/Serialization/
DASTReader.cpp4783 frontend::IncludeDirGroup Group in ParseHeaderSearchOptions()
4784 = static_cast<frontend::IncludeDirGroup>(Record[Idx++]); in ParseHeaderSearchOptions()