Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessorOptions.h180 ObjCXXARCStandardLibraryKind ObjCXXARCStandardLibrary = ARCXX_nolib; variable
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp1330 switch (InitOpts.ObjCXXARCStandardLibrary) { in InitializePreprocessor()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp1449 Record.push_back(static_cast<unsigned>(PPOpts.ObjCXXARCStandardLibrary)); in WriteControlBlock()
H A DASTReader.cpp5951 PPOpts.ObjCXXARCStandardLibrary = in ParsePreprocessorOptions()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5998 MarshallingInfoEnum<PreprocessorOpts<"ObjCXXARCStandardLibrary">, "ARCXX_nolib">;