Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearchOptions.h31 enum IncludeDirGroup { enum
71 frontend::IncludeDirGroup Group;
79 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry()
216 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp41 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath;
42 typedef std::vector<std::pair<IncludeDirGroup,
60 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
65 bool AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
118 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath()
133 bool InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
H A DCompilerInvocation.cpp1978 frontend::IncludeDirGroup Group = in ParseHeaderSearchArgs()
2034 frontend::IncludeDirGroup Group = frontend::System; in ParseHeaderSearchArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp492 (Entry.Group == frontend::IncludeDirGroup::Quoted || in initTargetOptions()
493 Entry.Group == frontend::IncludeDirGroup::Angled || in initTargetOptions()
494 Entry.Group == frontend::IncludeDirGroup::System)) in initTargetOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5333 frontend::IncludeDirGroup Group in ParseHeaderSearchOptions()
5334 = static_cast<frontend::IncludeDirGroup>(Record[Idx++]); in ParseHeaderSearchOptions()