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

Lines Matching defs:TUDecl

68     TranslationUnitDecl *TUDecl;
603 TUDecl = Context->getTranslationUnitDecl();
2233 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2328 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2347 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2358 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2369 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2388 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2401 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2412 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2432 MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2446 GetClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2461 GetSuperClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2476 GetMetaClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2512 VarDecl *NewVD = VarDecl::Create(*Context, TUDecl, SourceLocation(),
2532 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2560 ConstantStringDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
3032 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl,
3047 VarDecl *VD = VarDecl::Create(*Context, TUDecl, SourceLocation(),
3767 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
4352 return FunctionDecl::Create(*Context, TUDecl, SourceLocation(),
4435 *Context, TUDecl, SourceLocation(), SourceLocation(),
4492 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
5831 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
5872 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,