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

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 69 TranslationUnitDecl *TUDecl;
675 TUDecl = Context->getTranslationUnitDecl();
867 RecordDecl::Create(*Context, TTK_Struct, TUDecl, SourceLocation(),
2321 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2419 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2438 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2452 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2471 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2487 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2507 MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
    [all...]
RewriteObjC.cpp 68 TranslationUnitDecl *TUDecl;
604 TUDecl = Context->getTranslationUnitDecl();
2235 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2330 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2349 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2360 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2371 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2390 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2403 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2414 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCUDANV.cpp 334 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl();
335 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl);
CGObjCGNU.cpp 1231 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl();
1232 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl);
2318 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl();
2319 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl);
CodeGenModule.cpp 3690 TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl();
3691 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl);
5087 TranslationUnitDecl *TUDecl = Context.getTranslationUnitDecl();
5088 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl);
CGBlocks.cpp 2882 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl();
2883 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl);
CGObjCMac.cpp 6521 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl();
6522 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 558 TranslationUnitDecl *TUDecl;
994 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 984 TUDecl = TranslationUnitDecl::Create(*this);
985 TraversalScope = {TUDecl};
1199 auto *BuiltinTemplate = BuiltinTemplateDecl::Create(*this, TUDecl, II, BTK);
1201 TUDecl->addDecl(BuiltinTemplate);
1488 TUDecl->addDecl(MSGuidTagDecl);
6610 TUDecl->addDecl(ObjCSuperTypeDecl);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 3587 TranslationUnitDecl *TUDecl = SemaRef.Context.getTranslationUnitDecl();
3588 DeclContext::lookup_result Lookup = TUDecl->lookup(DeclarationName(&Name));

Completed in 180 milliseconds