Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h31 enum IncludeDirGroup { enum
68 frontend::IncludeDirGroup Group;
78 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry()
307 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp34 IncludeDirGroup Group;
38 DirectoryLookupInfo(IncludeDirGroup Group, DirectoryLookup Lookup, in DirectoryLookupInfo()
62 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework,
68 bool AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
104 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath()
121 bool InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp518 (Entry.Group == frontend::IncludeDirGroup::Quoted || in initTargetOptions()
519 Entry.Group == frontend::IncludeDirGroup::Angled || in initTargetOptions()
520 Entry.Group == frontend::IncludeDirGroup::System)) in initTargetOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3333 llvm::ArrayRef<frontend::IncludeDirGroup> Groups, in GenerateHeaderSearchArgs()
3537 frontend::IncludeDirGroup Group = frontend::System; in ParseHeaderSearchArgs()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6482 frontend::IncludeDirGroup Group in ParseHeaderSearchPaths()
6483 = static_cast<frontend::IncludeDirGroup>(Record[Idx++]); in ParseHeaderSearchPaths()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc969 …lang::HeaderSearchOptions::AddPath(llvm::StringRef, clang::frontend::IncludeDirGroup, bool, bool, …
1148 …ace)::InitHeaderSearch::AddPath(llvm::Twine const&, clang::frontend::IncludeDirGroup, bool, bool, …