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,
124 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 39 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath;
40 typedef std::vector<std::pair<IncludeDirGroup,
57 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
61 void AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
119 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group,
135 void InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 439 milliseconds