Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessorOptions.h34 enum ObjCXXARCStandardLibraryKind { enum
119 ObjCXXARCStandardLibraryKind ObjCXXARCStandardLibrary;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DCompilerInvocation.cpp1559 Opts.ObjCXXARCStandardLibrary = (ObjCXXARCStandardLibraryKind)Library; in ParsePreprocessorArgs()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp4109 static_cast<ObjCXXARCStandardLibraryKind>(Record[Idx++]); in ParsePreprocessorOptions()