Home
last modified time | relevance | path

Searched refs:typedefType (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/clang/lib/AST/
H A DType.cpp3690 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 DRegistry.cpp403 REGISTER_MATCHER(typedefType); in RegistryMaps()
/aosp_15_r20/external/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp233 hasType(typedefType(hasDeclaration(decl())))))); in TEST()
1808 elaboratedType(elaboratedType(namesType(typedefType()))))); in TEST()
H A DASTMatchersNodeTest.cpp1322 hasType(typedefType())))); in TEST()
/aosp_15_r20/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4759 AST_TYPE_MATCHER(TypedefType, typedefType);
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaType.cpp5867 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/
DASTMatchers.h7259 extern const AstTypeMatcher<TypedefType> typedefType;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/
DASTMatchers.h7436 extern const AstTypeMatcher<TypedefType> typedefType;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/
DASTMatchers.h7436 extern const AstTypeMatcher<TypedefType> typedefType;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/
DASTMatchers.h7438 extern const AstTypeMatcher<TypedefType> typedefType;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/
DAttrPCHRead.inc3089 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/
DAttrPCHRead.inc3204 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/
DAttrPCHRead.inc3204 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/
DAttrPCHRead.inc3217 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/
DAttrs.inc10444 TypeSourceInfo * typedefType;
10470 return typedefType->getType();
10472 return typedefType;
DAttrImpl.inc32386 , typedefType(TypedefType)
32393 auto *A = new (C) PreferredNameAttr(C, *this, typedefType);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DAttrs.inc10131 TypeSourceInfo * typedefType;
10157 return typedefType->getType();
10159 return typedefType;
DAttrImpl.inc31491 , typedefType(TypedefType)
31498 auto *A = new (C) PreferredNameAttr(C, *this, typedefType);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DAttrs.inc10484 TypeSourceInfo * typedefType;
10510 return typedefType->getType();
10512 return typedefType;
DAttrImpl.inc32483 , typedefType(TypedefType)
32490 auto *A = new (C) PreferredNameAttr(C, *this, typedefType);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DAttrs.inc10444 TypeSourceInfo * typedefType;
10470 return typedefType->getType();
10472 return typedefType;
DAttrImpl.inc32386 , typedefType(TypedefType)
32393 auto *A = new (C) PreferredNameAttr(C, *this, typedefType);