Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessorOptions.h119 ObjCXXARCStandardLibraryKind ObjCXXARCStandardLibrary; variable
185 ObjCXXARCStandardLibrary(ARCXX_nolib) { } in PreprocessorOptions()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DInitPreprocessor.cpp823 switch (InitOpts.ObjCXXARCStandardLibrary) { in InitializePreprocessor()
DCompilerInvocation.cpp1559 Opts.ObjCXXARCStandardLibrary = (ObjCXXARCStandardLibraryKind)Library; in ParsePreprocessorArgs()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp1192 Record.push_back(static_cast<unsigned>(PPOpts.ObjCXXARCStandardLibrary)); in WriteControlBlock()
DASTReader.cpp4108 PPOpts.ObjCXXARCStandardLibrary = in ParsePreprocessorOptions()