/aosp_15_r20/external/clang/lib/AST/ |
H A D | Type.cpp | 3690 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCNSObjectType() local 3691 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType() 3695 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCIndependentClassType() local 3696 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>(); in isObjCIndependentClassType()
|
/aosp_15_r20/external/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 403 REGISTER_MATCHER(typedefType); in RegistryMaps()
|
/aosp_15_r20/external/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTraversalTest.cpp | 233 hasType(typedefType(hasDeclaration(decl())))))); in TEST() 1808 elaboratedType(elaboratedType(namesType(typedefType()))))); in TEST()
|
H A D | ASTMatchersNodeTest.cpp | 1322 hasType(typedefType())))); in TEST()
|
/aosp_15_r20/external/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 4759 AST_TYPE_MATCHER(TypedefType, typedefType);
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaType.cpp | 5867 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier() local 5868 TypedefNameDecl *typedefDecl = typedefType->getDecl(); in checkNullabilityTypeSpecifier()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 7259 extern const AstTypeMatcher<TypedefType> typedefType;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 7436 extern const AstTypeMatcher<TypedefType> typedefType;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 7436 extern const AstTypeMatcher<TypedefType> typedefType;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 7438 extern const AstTypeMatcher<TypedefType> typedefType;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/ |
D | AttrPCHRead.inc | 3089 TypeSourceInfo * typedefType = Record.readTypeSourceInfo(); 3090 New = new (Context) PreferredNameAttr(Context, Info, typedefType);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/ |
D | AttrPCHRead.inc | 3204 TypeSourceInfo * typedefType = Record.readTypeSourceInfo(); 3205 New = new (Context) PreferredNameAttr(Context, Info, typedefType);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/ |
D | AttrPCHRead.inc | 3204 TypeSourceInfo * typedefType = Record.readTypeSourceInfo(); 3205 New = new (Context) PreferredNameAttr(Context, Info, typedefType);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/ |
D | AttrPCHRead.inc | 3217 TypeSourceInfo * typedefType = Record.readTypeSourceInfo(); 3218 New = new (Context) PreferredNameAttr(Context, Info, typedefType);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | Attrs.inc | 10444 TypeSourceInfo * typedefType; 10470 return typedefType->getType(); 10472 return typedefType;
|
D | AttrImpl.inc | 32386 , typedefType(TypedefType) 32393 auto *A = new (C) PreferredNameAttr(C, *this, typedefType);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | Attrs.inc | 10131 TypeSourceInfo * typedefType; 10157 return typedefType->getType(); 10159 return typedefType;
|
D | AttrImpl.inc | 31491 , typedefType(TypedefType) 31498 auto *A = new (C) PreferredNameAttr(C, *this, typedefType);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | Attrs.inc | 10484 TypeSourceInfo * typedefType; 10510 return typedefType->getType(); 10512 return typedefType;
|
D | AttrImpl.inc | 32483 , typedefType(TypedefType) 32490 auto *A = new (C) PreferredNameAttr(C, *this, typedefType);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | Attrs.inc | 10444 TypeSourceInfo * typedefType; 10470 return typedefType->getType(); 10472 return typedefType;
|
D | AttrImpl.inc | 32386 , typedefType(TypedefType) 32393 auto *A = new (C) PreferredNameAttr(C, *this, typedefType);
|