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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 347 mutable TypedefDecl *ObjCIdDecl = nullptr;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 7920 if (!ObjCIdDecl) {
7923 ObjCIdDecl = buildImplicitTypedef(T, "id");
7925 return ObjCIdDecl;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 4352 RegisterPredefDecl(Context.ObjCIdDecl, PREDEF_DECL_OBJC_ID_ID);

Completed in 45 milliseconds