HomeSort by: relevance | last modified time | path
    Searched refs:isGNUFamily (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
ObjCRuntime.h 118 bool isGNUFamily() const {
135 // For now, this is just the inverse of isGNUFamily(), but that's
137 return !isGNUFamily();
  /src/external/apache2/llvm/dist/clang/lib/AST/
Mangle.cpp 325 if (getASTContext().getLangOpts().ObjCRuntime.isGNUFamily()) {
440 if (Context.getLangOpts().ObjCRuntime.isGNUFamily())
ASTContext.cpp 7349 if (Ctx->getLangOpts().ObjCRuntime.isGNUFamily()) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 216 // This is just isGNUFamily(), but we want to force implementors of
6176 LangOpts.ObjCRuntime.isGNUFamily())

Completed in 56 milliseconds