HomeSort by relevance Sort by last modified time
    Searched refs:IncludeDirGroup (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 23 /// IncludeDirGroup - Identifiers the group a include entry belongs to, which
27 enum IncludeDirGroup {
49 frontend::IncludeDirGroup Group;
57 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
181 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 40 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,
120 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group,
136 void InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 79 milliseconds