Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessorOptions.h118 ObjCXXARCStandardLibraryKind ObjCXXARCStandardLibrary; variable
150 ObjCXXARCStandardLibrary(ARCXX_nolib) { } in PreprocessorOptions()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp1002 switch (InitOpts.ObjCXXARCStandardLibrary) { in InitializePreprocessor()
DCompilerInvocation.cpp2225 Opts.ObjCXXARCStandardLibrary = (ObjCXXARCStandardLibraryKind)Library; in ParsePreprocessorArgs()
/external/clang/lib/Serialization/
DASTWriter.cpp1488 Record.push_back(static_cast<unsigned>(PPOpts.ObjCXXARCStandardLibrary)); in WriteControlBlock()
DASTReader.cpp4840 PPOpts.ObjCXXARCStandardLibrary = in ParsePreprocessorOptions()