Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h190 ObjCXXARCStandardLibraryKind ObjCXXARCStandardLibrary = ARCXX_nolib; variable
/src/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1559 switch (InitOpts.ObjCXXARCStandardLibrary) { in InitializePreprocessor()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1664 Record.push_back(static_cast<unsigned>(PPOpts.ObjCXXARCStandardLibrary)); in WriteControlBlock()
H A DASTReader.cpp6201 PPOpts.ObjCXXARCStandardLibrary = in ParsePreprocessorOptions()
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7857 MarshallingInfoEnum<PreprocessorOpts<"ObjCXXARCStandardLibrary">, "ARCXX_nolib">;