Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DPreprocessorOptions.h119 ObjCXXARCStandardLibraryKind ObjCXXARCStandardLibrary; variable
163 ObjCXXARCStandardLibrary(ARCXX_nolib) { } in PreprocessorOptions()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp724 switch (InitOpts.ObjCXXARCStandardLibrary) { in InitializePreprocessor()
DCompilerInvocation.cpp1811 Opts.ObjCXXARCStandardLibrary = (ObjCXXARCStandardLibraryKind)Library; in ParsePreprocessorArgs()