Home
last modified time | relevance | path

Searched refs:IncludeDirGroup (Results 1 – 9 of 9) 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/llvm-project/clang/include/clang/Lex/
DHeaderSearchOptions.h31 enum IncludeDirGroup { enum
71 frontend::IncludeDirGroup Group;
79 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry()
234 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
/external/llvm-project/clang/lib/Frontend/
DInitHeaderSearch.cpp40 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath;
41 typedef std::vector<std::pair<IncludeDirGroup,
57 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
62 bool AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
115 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath()
130 bool InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
DCompilerInvocation.cpp2259 frontend::IncludeDirGroup Group = in ParseHeaderSearchArgs()
2315 frontend::IncludeDirGroup Group = frontend::System; in ParseHeaderSearchArgs()
/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/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp577 (Entry.Group == frontend::IncludeDirGroup::Quoted || in initTargetOptions()
578 Entry.Group == frontend::IncludeDirGroup::Angled || in initTargetOptions()
579 Entry.Group == frontend::IncludeDirGroup::System)) in initTargetOptions()
/external/clang/lib/Serialization/
DASTReader.cpp4783 frontend::IncludeDirGroup Group in ParseHeaderSearchOptions()
4784 = static_cast<frontend::IncludeDirGroup>(Record[Idx++]); in ParseHeaderSearchOptions()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp5811 frontend::IncludeDirGroup Group in ParseHeaderSearchOptions()
5812 = static_cast<frontend::IncludeDirGroup>(Record[Idx++]); in ParseHeaderSearchOptions()