Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h187 ObjCXXARCStandardLibraryKind ObjCXXARCStandardLibrary = ARCXX_nolib; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1412 switch (InitOpts.ObjCXXARCStandardLibrary) { in InitializePreprocessor()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1551 Record.push_back(static_cast<unsigned>(PPOpts.ObjCXXARCStandardLibrary)); in WriteControlBlock()
H A DASTReader.cpp6195 PPOpts.ObjCXXARCStandardLibrary = in ParsePreprocessorOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7543 MarshallingInfoEnum<PreprocessorOpts<"ObjCXXARCStandardLibrary">, "ARCXX_nolib">;