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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 353 mutable TypedefDecl *ObjCClassDecl = nullptr;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 7937 if (!ObjCClassDecl) {
7940 ObjCClassDecl = buildImplicitTypedef(T, "Class");
7942 return ObjCClassDecl;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 4354 RegisterPredefDecl(Context.ObjCClassDecl, PREDEF_DECL_OBJC_CLASS_ID);

Completed in 26 milliseconds