Home
last modified time | relevance | path

Searched refs:ProtocolTypeDecl (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anon27e71df30111::RewriteObjC
622 ProtocolTypeDecl = nullptr; in InitializeCommon()
3022 if (!ProtocolTypeDecl) { in getProtocolType()
3025 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3030 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
H A DRewriteModernObjC.cpp78 TypeDecl *ProtocolTypeDecl; member in __anon2b9540f80111::RewriteModernObjC
693 ProtocolTypeDecl = nullptr; in InitializeCommon()
3567 if (!ProtocolTypeDecl) { in getProtocolType()
3570 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3575 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anon8c2b94130111::RewriteObjC
622 ProtocolTypeDecl = nullptr; in InitializeCommon()
3034 if (!ProtocolTypeDecl) { in getProtocolType()
3037 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3042 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
H A DRewriteModernObjC.cpp78 TypeDecl *ProtocolTypeDecl; member in __anonaa21cf180111::RewriteModernObjC
693 ProtocolTypeDecl = nullptr; in InitializeCommon()
3577 if (!ProtocolTypeDecl) { in getProtocolType()
3580 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3585 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anon5fb424d20111::RewriteObjC
622 ProtocolTypeDecl = nullptr; in InitializeCommon()
3034 if (!ProtocolTypeDecl) { in getProtocolType()
3037 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3042 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
H A DRewriteModernObjC.cpp78 TypeDecl *ProtocolTypeDecl; member in __anon3489b3170111::RewriteModernObjC
693 ProtocolTypeDecl = nullptr; in InitializeCommon()
3577 if (!ProtocolTypeDecl) { in getProtocolType()
3580 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3585 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anonbb63ee8c0111::RewriteObjC
621 ProtocolTypeDecl = nullptr; in InitializeCommon()
3029 if (!ProtocolTypeDecl) { in getProtocolType()
3032 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3037 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
H A DRewriteModernObjC.cpp78 TypeDecl *ProtocolTypeDecl; member in __anonbefc60510111::RewriteModernObjC
692 ProtocolTypeDecl = nullptr; in InitializeCommon()
3571 if (!ProtocolTypeDecl) { in getProtocolType()
3574 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3579 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anon0e676fa80111::RewriteObjC
621 ProtocolTypeDecl = nullptr; in InitializeCommon()
3029 if (!ProtocolTypeDecl) { in getProtocolType()
3032 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3037 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
H A DRewriteModernObjC.cpp78 TypeDecl *ProtocolTypeDecl; member in __anon8c3b466d0111::RewriteModernObjC
692 ProtocolTypeDecl = nullptr; in InitializeCommon()
3571 if (!ProtocolTypeDecl) { in getProtocolType()
3574 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3579 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anon4d946f4a0111::RewriteObjC
621 ProtocolTypeDecl = nullptr; in InitializeCommon()
3028 if (!ProtocolTypeDecl) { in getProtocolType()
3031 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3036 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
H A DRewriteModernObjC.cpp78 TypeDecl *ProtocolTypeDecl; member in __anon7545f78f0111::RewriteModernObjC
692 ProtocolTypeDecl = nullptr; in InitializeCommon()
3569 if (!ProtocolTypeDecl) { in getProtocolType()
3572 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3577 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anon36d536630111::RewriteObjC
621 ProtocolTypeDecl = nullptr; in InitializeCommon()
3028 if (!ProtocolTypeDecl) { in getProtocolType()
3031 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3036 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
H A DRewriteModernObjC.cpp78 TypeDecl *ProtocolTypeDecl; member in __anon582fed680111::RewriteModernObjC
692 ProtocolTypeDecl = nullptr; in InitializeCommon()
3569 if (!ProtocolTypeDecl) { in getProtocolType()
3572 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3577 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anonc9f89fa80111::RewriteObjC
622 ProtocolTypeDecl = nullptr; in InitializeCommon()
3022 if (!ProtocolTypeDecl) { in getProtocolType()
3025 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3030 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
H A DRewriteModernObjC.cpp78 TypeDecl *ProtocolTypeDecl; member in __anondbf0766d0111::RewriteModernObjC
693 ProtocolTypeDecl = nullptr; in InitializeCommon()
3567 if (!ProtocolTypeDecl) { in getProtocolType()
3570 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3575 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anon47189be00111::RewriteObjC
622 ProtocolTypeDecl = nullptr; in InitializeCommon()
3022 if (!ProtocolTypeDecl) { in getProtocolType()
3025 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3030 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
H A DRewriteModernObjC.cpp78 TypeDecl *ProtocolTypeDecl; member in __anon9edabca50111::RewriteModernObjC
693 ProtocolTypeDecl = nullptr; in InitializeCommon()
3567 if (!ProtocolTypeDecl) { in getProtocolType()
3570 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3575 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anon892d5d8a0111::RewriteObjC
621 ProtocolTypeDecl = nullptr; in InitializeCommon()
3021 if (!ProtocolTypeDecl) { in getProtocolType()
3024 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3029 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anon85356c750111::RewriteObjC
622 ProtocolTypeDecl = nullptr; in InitializeCommon()
3022 if (!ProtocolTypeDecl) { in getProtocolType()
3025 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3030 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anonb7c518e60111::RewriteObjC
622 ProtocolTypeDecl = nullptr; in InitializeCommon()
3034 if (!ProtocolTypeDecl) { in getProtocolType()
3037 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3042 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anon71e7ab940111::RewriteObjC
622 ProtocolTypeDecl = nullptr; in InitializeCommon()
3022 if (!ProtocolTypeDecl) { in getProtocolType()
3025 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3030 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp78 TypeDecl *ProtocolTypeDecl; member in __anon1b5dde480111::RewriteObjC
622 ProtocolTypeDecl = nullptr; in InitializeCommon()
3022 if (!ProtocolTypeDecl) { in getProtocolType()
3025 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3030 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp78 TypeDecl *ProtocolTypeDecl; member in __anonad8e5f060111::RewriteObjC
622 ProtocolTypeDecl = nullptr; in InitializeCommon()
3023 if (!ProtocolTypeDecl) { in getProtocolType()
3026 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3031 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anona5b123510111::RewriteObjC
622 ProtocolTypeDecl = nullptr; in InitializeCommon()
3022 if (!ProtocolTypeDecl) { in getProtocolType()
3025 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3030 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()

12