Home
last modified time | relevance | path

Searched refs:IncludeDirGroup (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDHeaderSearchOptions.h31 enum IncludeDirGroup { enum
71 frontend::IncludeDirGroup Group;
79 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry()
229 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDInitHeaderSearch.cpp40 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath;
41 typedef std::vector<std::pair<IncludeDirGroup,
59 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
64 bool AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
117 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath()
132 bool InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
HDCompilerInvocation.cpp2143 frontend::IncludeDirGroup Group = in ParseHeaderSearchArgs()
2199 frontend::IncludeDirGroup Group = frontend::System; in ParseHeaderSearchArgs()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp500 (Entry.Group == frontend::IncludeDirGroup::Quoted || in initTargetOptions()
501 Entry.Group == frontend::IncludeDirGroup::Angled || in initTargetOptions()
502 Entry.Group == frontend::IncludeDirGroup::System)) in initTargetOptions()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp5784 frontend::IncludeDirGroup Group in ParseHeaderSearchOptions()
5785 = static_cast<frontend::IncludeDirGroup>(Record[Idx++]); in ParseHeaderSearchOptions()