Home
last modified time | relevance | path

Searched defs:InnerType (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dcrash.mm32 typedef int InnerType; field
55 @property (nonatomic) int OuterType::InnerType; // expected-error {{property requires fields to be … property
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dms-sizeof-missing-typename.cpp46 typedef double InnerType; typedef
H A Dms-lookup-template-base-classes.cpp367 template <typename U> struct B { typedef U InnerType; }; typedef
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeVarargCheck.cpp113 ast_matchers::internal::Matcher<QualType>, InnerType) { in AST_MATCHER_P() argument
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp786 auto *InnerType = FI.InnerInductionPHI->getType(); in CanWidenIV() local
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1026 EVT InnerType = cast<VTSDNode>(Node->getOperand(1))->getVT(); in LegalizeOp() local
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7384 InnerType) { in AST_MATCHER_P() argument
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp16152 QualType InnerType = Ptr->getPointeeType(); in CheckLiteralOperatorDeclaration() local
16208 QualType InnerType = PointeeType.getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
H A DTreeTransform.h1020 QualType RebuildParenType(QualType InnerType) { in RebuildParenType()