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

  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 23 /// IncludeDirGroup - Identifies the group an include Entry belongs to,
28 enum IncludeDirGroup {
50 frontend::IncludeDirGroup Group;
58 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
187 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderSearchOptions.h 24 /// IncludeDirGroup - Identifies the group an include Entry belongs to,
29 enum IncludeDirGroup {
51 frontend::IncludeDirGroup Group;
59 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
195 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
HeaderSearchOptions.h 24 /// IncludeDirGroup - Identifies the group an include Entry belongs to,
29 enum IncludeDirGroup {
51 frontend::IncludeDirGroup Group;
59 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
195 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
HeaderSearchOptions.h 24 /// IncludeDirGroup - Identifies the group an include Entry belongs to,
29 enum IncludeDirGroup {
51 frontend::IncludeDirGroup Group;
59 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
195 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderSearchOptions.h 24 /// IncludeDirGroup - Identifies the group an include Entry belongs to,
29 enum IncludeDirGroup {
51 frontend::IncludeDirGroup Group;
59 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
195 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
HeaderSearchOptions.h 24 /// IncludeDirGroup - Identifies the group an include Entry belongs to,
29 enum IncludeDirGroup {
51 frontend::IncludeDirGroup Group;
59 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
195 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
HeaderSearchOptions.h 24 /// IncludeDirGroup - Identifies the group an include Entry belongs to,
29 enum IncludeDirGroup {
51 frontend::IncludeDirGroup Group;
59 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
195 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
HeaderSearchOptions.h 25 /// IncludeDirGroup - Identifies the group an include Entry belongs to,
30 enum IncludeDirGroup {
52 frontend::IncludeDirGroup Group;
60 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
199 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
HeaderSearchOptions.h 25 /// IncludeDirGroup - Identifies the group an include Entry belongs to,
30 enum IncludeDirGroup {
52 frontend::IncludeDirGroup Group;
60 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
199 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
HeaderSearchOptions.h 25 /// IncludeDirGroup - Identifies the group an include Entry belongs to,
30 enum IncludeDirGroup {
52 frontend::IncludeDirGroup Group;
60 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
199 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
HeaderSearchOptions.h 25 /// IncludeDirGroup - Identifies the group an include Entry belongs to,
30 enum IncludeDirGroup {
52 frontend::IncludeDirGroup Group;
60 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
199 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
HeaderSearchOptions.h 25 /// IncludeDirGroup - Identifies the group an include Entry belongs to,
30 enum IncludeDirGroup {
52 frontend::IncludeDirGroup Group;
60 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
199 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
HeaderSearchOptions.h 25 /// IncludeDirGroup - Identifies the group an include Entry belongs to,
30 enum IncludeDirGroup {
52 frontend::IncludeDirGroup Group;
60 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
199 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
HeaderSearchOptions.h 25 /// IncludeDirGroup - Identifies the group an include Entry belongs to,
30 enum IncludeDirGroup {
52 frontend::IncludeDirGroup Group;
60 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
199 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
HeaderSearchOptions.h 25 /// IncludeDirGroup - Identifies the group an include Entry belongs to,
30 enum IncludeDirGroup {
52 frontend::IncludeDirGroup Group;
60 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
199 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /external/clang/lib/Frontend/
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,
132 void InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 78 milliseconds