• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/

Lines Matching refs:TUDecl

69     TranslationUnitDecl *TUDecl;
674 TUDecl = Context->getTranslationUnitDecl();
866 RecordDecl::Create(*Context, TTK_Struct, TUDecl, SourceLocation(),
2319 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2417 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2436 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2450 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2469 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2485 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2505 MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2519 GetClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2534 GetSuperClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2549 GetMetaClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2585 VarDecl *NewVD = VarDecl::Create(*Context, TUDecl, SourceLocation(),
2977 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
3005 ConstantStringDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
3174 FunctionDecl::Create(*Context, TUDecl, SourceLocation(), SourceLocation(),
3574 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl,
3590 VarDecl *VD = VarDecl::Create(*Context, TUDecl, SourceLocation(),
4597 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
5196 return FunctionDecl::Create(*Context, TUDecl, SourceLocation(),
5295 *Context, TUDecl, SourceLocation(), SourceLocation(),
5353 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
7484 VarDecl *NewVD = VarDecl::Create(*Context, TUDecl, SourceLocation(),
7515 *Context, TTK_Struct, TUDecl, SourceLocation(), SourceLocation(),