Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h54 ObjCSystem, enumerator
/src/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp502 (Lang.ObjC && !Lang.CPlusPlus && Include.Group == ObjCSystem) || in Realize()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3219 for (; It < End && Matches(*It, {frontend::ObjCSystem}, false, true); ++It) in GenerateHeaderSearchArgs()
3367 Opts.AddPath(A->getValue(), frontend::ObjCSystem, false,true); in ParseHeaderSearchArgs()