Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearchOptions.h32 enum IncludeDirGroup { enum
72 frontend::IncludeDirGroup Group;
80 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry()
241 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp37 IncludeDirGroup Group;
41 DirectoryLookupInfo(IncludeDirGroup Group, DirectoryLookup Lookup, in DirectoryLookupInfo()
65 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework,
71 bool AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
123 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath()
140 bool InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp486 (Entry.Group == frontend::IncludeDirGroup::Quoted || in initTargetOptions()
487 Entry.Group == frontend::IncludeDirGroup::Angled || in initTargetOptions()
488 Entry.Group == frontend::IncludeDirGroup::System)) in initTargetOptions()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp3001 llvm::ArrayRef<frontend::IncludeDirGroup> Groups, in GenerateHeaderSearchArgs()
3158 frontend::IncludeDirGroup Group = in ParseHeaderSearchArgs()
3214 frontend::IncludeDirGroup Group = frontend::System; in ParseHeaderSearchArgs()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp5942 frontend::IncludeDirGroup Group in ParseHeaderSearchPaths()
5943 = static_cast<frontend::IncludeDirGroup>(Record[Idx++]); in ParseHeaderSearchPaths()