Searched defs:InnerType (Results 1 – 9 of 9) sorted by relevance
32 typedef int InnerType; field55 @property (nonatomic) int OuterType::InnerType; // expected-error {{property requires fields to be … property
46 typedef double InnerType; typedef
367 template <typename U> struct B { typedef U InnerType; }; typedef
113 ast_matchers::internal::Matcher<QualType>, InnerType) { in AST_MATCHER_P() argument
786 auto *InnerType = FI.InnerInductionPHI->getType(); in CanWidenIV() local
1026 EVT InnerType = cast<VTSDNode>(Node->getOperand(1))->getVT(); in LegalizeOp() local
7384 InnerType) { in AST_MATCHER_P() argument
16152 QualType InnerType = Ptr->getPointeeType(); in CheckLiteralOperatorDeclaration() local16208 QualType InnerType = PointeeType.getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
1020 QualType RebuildParenType(QualType InnerType) { in RebuildParenType()