Home
last modified time | relevance | path

Searched refs:CXXSystem (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDInitHeaderSearch.cpp191 CXXSystem, false); in AddMinGWCPlusPlusIncludePaths()
193 CXXSystem, false); in AddMinGWCPlusPlusIncludePaths()
195 CXXSystem, false); in AddMinGWCPlusPlusIncludePaths()
359 AddPath("/usr/include/c++/v1", CXXSystem, false); in AddDefaultIncludePaths()
501 Include.Group == CXXSystem) || in Realize()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDHeaderSearchOptions.h51 CXXSystem, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp3217 for (; It < End && Matches(*It, {frontend::CXXSystem}, false, true); ++It) in GenerateHeaderSearchArgs()
3365 Opts.AddPath(A->getValue(), frontend::CXXSystem, false, true); in ParseHeaderSearchArgs()