Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
234 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp37 IncludeDirGroup Group;
40 DirectoryLookupInfo(IncludeDirGroup Group, DirectoryLookup Lookup) in DirectoryLookupInfo()
63 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
68 bool AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
121 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath()
136 bool InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
H A DCompilerInvocation.cpp2837 llvm::ArrayRef<frontend::IncludeDirGroup> Groups, in GenerateHeaderSearchArgs()
2993 frontend::IncludeDirGroup Group = in ParseHeaderSearchArgs()
3049 frontend::IncludeDirGroup Group = frontend::System; in ParseHeaderSearchArgs()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp599 (Entry.Group == frontend::IncludeDirGroup::Quoted || in initTargetOptions()
600 Entry.Group == frontend::IncludeDirGroup::Angled || in initTargetOptions()
601 Entry.Group == frontend::IncludeDirGroup::System)) in initTargetOptions()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5854 frontend::IncludeDirGroup Group in ParseHeaderSearchOptions()
5855 = static_cast<frontend::IncludeDirGroup>(Record[Idx++]); in ParseHeaderSearchOptions()