/external/clang/docs/ |
D | ClangCheck.rst | 23 (TypedefDecl 0x7ff3a302a410 <<invalid sloc>> __int128_t '__int128') 24 (TypedefDecl 0x7ff3a302a470 <<invalid sloc>> __uint128_t 'unsigned __int128') 25 (TypedefDecl 0x7ff3a302a830 <<invalid sloc>> __builtin_va_list '__va_list_tag [1]')
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 213 mutable TypedefDecl *Int128Decl; 216 mutable TypedefDecl *UInt128Decl; 220 mutable TypedefDecl *BuiltinVaListDecl; 223 mutable TypedefDecl *BuiltinMSVaListDecl; 226 mutable TypedefDecl *ObjCIdDecl; 229 mutable TypedefDecl *ObjCSelDecl; 232 mutable TypedefDecl *ObjCClassDecl; 238 mutable TypedefDecl *BOOLDecl; 263 mutable TypedefDecl *CFConstantStringTypeDecl; 270 TypedefDecl *ObjCInstanceTypeDecl; [all …]
|
D | Decl.h | 2681 class TypedefDecl : public TypedefNameDecl { 2682 TypedefDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in TypedefDecl() function 2687 static TypedefDecl *Create(ASTContext &C, DeclContext *DC, 2690 static TypedefDecl *CreateDeserialized(ASTContext &C, unsigned ID);
|
/external/clang/test/Index/ |
D | annotate-comments-typedef.m | 20 // CHECK: TypedefDecl=MyEnum:[[@LINE-1]]:3 (Definition) FullCommentAsHTML=[<p class="para-brief"> D… 31 // CHECK: TypedefDecl=E_T:[[@LINE-2]]:16 (Definition) FullCommentAsHTML=[<p class="para-brief"> Doc… 38 // CHECK: TypedefDecl=Foo:[[@LINE-1]]:11 (Definition) FullCommentAsHTML=[<p class="para-brief"> Com… 48 // CHECK: TypedefDecl=Foo1T:[[@LINE-2]]:21 (Definition) {{.*}} FullCommentAsHTML=[<p class="para-br…
|
D | complete-at-directives.m | 33 // CHECK-CC4: TypedefDecl:{TypedText Class} 34 // CHECK-CC4: TypedefDecl:{TypedText id} 35 // CHECK-CC4: TypedefDecl:{TypedText SEL}
|
D | complete-declarators.m | 33 // CHECK-CC0: TypedefDecl:{TypedText id} (50) 66 // CHECK-CC5: TypedefDecl:{TypedText Class} (50) 71 // CHECK-CC5: TypedefDecl:{TypedText id} (50) 75 // CHECK-CC5: TypedefDecl:{TypedText SEL} (50)
|
D | complete-at-exprstmt.m | 42 // CHECK-CC3: TypedefDecl:{TypedText Class} 43 // CHECK-CC3: TypedefDecl:{TypedText id} 46 // CHECK-CC3: TypedefDecl:{TypedText SEL}
|
D | reparse-predef-objc-protocol.m | 8 // CHECK: declare-objc-predef.h:2:28: TypedefDecl=Class:2:28 (Definition) Extent=[2:1 - 2:33]
|
D | complete-exprs.m | 26 // CHECK-CC1: TypedefDecl:{TypedText BOOL} (50) 33 // CHECK-CC2: TypedefDecl:{TypedText BOOL} (50)
|
D | complete-blocks.m | 65 // CHECK-CC5: TypedefDecl:{TypedText block_t} (50) 66 // CHECK-CC5: TypedefDecl:{TypedText Class} (50)
|
D | annotate-comments-objc.m | 122 // CHECK: annotate-comments-objc.m:43:22: TypedefDecl=An_NS_ENUM_isdoxy1:{{.*}} An_NS_ENUM_isdoxy1 … 124 // CHECK: annotate-comments-objc.m:60:32: TypedefDecl=typedef_isdoxy1:{{.*}} typedef_isdoxy1 IS_DOX…
|
D | complete-lambdas.mm | 35 // CHECK-CC3: TypedefDecl:{TypedText Class} (50)
|
D | complete-objc-message.m | 250 // CHECK-CCA: TypedefDecl:{TypedText Class} (50) 254 // CHECK-CCA: TypedefDecl:{TypedText id} (50) 279 // CHECK-CCF: TypedefDecl:{TypedText Class} 282 // CHECK-CCF: TypedefDecl:{TypedText id}
|
D | complete-preprocessor.m | 70 // CHECK-CC5: TypedefDecl:{TypedText id} (50)
|
D | annotate-tokens.m | 208 // CHECK: Identifier: "barType" [14:15 - 14:22] TypedefDecl=barType:14:15 (Definition) 603 // CHECK-ID-PROTO: Punctuation: "<" [155:11 - 155:12] TypedefDecl=proto_ptr:155:20 (Definition) 605 // CHECK-ID-PROTO: Punctuation: ">" [155:17 - 155:18] TypedefDecl=proto_ptr:155:20 (Definition)
|
/external/clang/test/Parser/ |
D | skip-function-bodies.mm | 36 // CHECK: skip-function-bodies.mm:13:13: TypedefDecl=E:13:13 (Definition) Extent=[13:3 - 13:14] 42 // CHECK-NOT: skip-function-bodies.mm:21:13: TypedefDecl=H:21:13 (Definition) Extent=[21:3 - 21:14]
|
/external/clang/include/clang/Edit/ |
D | Rewriters.h | 21 class TypedefDecl; variable
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 54 void CacheObjCNSIntegerTypedefed(const TypedefDecl *TypedefDcl); 56 const TypedefDecl *TypedefDcl); 92 const TypedefDecl *NSIntegerTypedefed; 93 const TypedefDecl *NSUIntegerTypedefed; 706 const TypedefDecl *TypedefDcl, in rewriteToNSEnumDecl() 760 const TypedefDecl *TypedefDcl, in rewriteToNSMacroDecl() 899 const TypedefDecl *TypedefDcl) { in CacheObjCNSIntegerTypedefed() 910 const TypedefDecl *TypedefDcl) { in migrateNSEnumDecl() 1882 const TypedefDecl *TD = dyn_cast<TypedefDecl>(*N); in HandleTranslationUnit() 1889 else if (const TypedefDecl *TD = dyn_cast<TypedefDecl>(*D)) { in HandleTranslationUnit() [all …]
|
/external/clang/lib/AST/ |
D | Comment.cpp | 234 const TypedefDecl *TD = cast<TypedefDecl>(CommentDecl); in fill()
|
D | ASTContext.cpp | 150 if (isa<TypedefDecl>(D)) { in getRawCommentForDeclNoCache() 954 TypedefDecl *ASTContext::buildImplicitTypedef(QualType T, in buildImplicitTypedef() 957 TypedefDecl *NewDecl = TypedefDecl::Create( in buildImplicitTypedef() 964 TypedefDecl *ASTContext::getInt128Decl() const { in getInt128Decl() 970 TypedefDecl *ASTContext::getUInt128Decl() const { in getUInt128Decl() 4887 TypedefDecl *ASTContext::getCFConstantStringDecl() const { in getCFConstantStringDecl() 4958 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType() 5101 TypedefDecl *ASTContext::getObjCInstanceTypeDecl() { in getObjCInstanceTypeDecl() 6123 TypedefDecl *ASTContext::getObjCIdDecl() const { in getObjCIdDecl() 6132 TypedefDecl *ASTContext::getObjCSelDecl() const { in getObjCSelDecl() [all …]
|
D | Decl.cpp | 4128 TypedefDecl *TypedefDecl::Create(ASTContext &C, DeclContext *DC, in Create() 4131 return new (C, DC) TypedefDecl(C, DC, StartLoc, IdLoc, Id, TInfo); in Create() 4151 TypedefDecl *TypedefDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized() 4152 return new (C, ID) TypedefDecl(C, nullptr, SourceLocation(), SourceLocation(), in CreateDeserialized() 4168 SourceRange TypedefDecl::getSourceRange() const { in getSourceRange()
|
/external/clang/test/SemaObjC/ |
D | property-atomic-bool.m | 3 // CHECK: TypedefDecl {{.*}} referenced AtomicBool '_Atomic(_Bool)'
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | RecordInfo.cpp | 182 if (TypedefDecl* typedef_decl = dyn_cast<TypedefDecl>(decl)) { in IsEagerlyFinalized()
|
/external/clang/tools/libclang/ |
D | CursorVisitor.h | 206 bool VisitTypedefDecl(TypedefDecl *D);
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 88 void VisitTypedefDecl(const TypedefDecl *D); 511 void USRGenerator::VisitTypedefDecl(const TypedefDecl *D) { in VisitTypedefDecl()
|