Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaObjCXX/
H A Dcrash.mm29 typedef int InnerType; field
52 @property (nonatomic) int OuterType::InnerType; // expected-error {{property requires fields to be … property
/llvm-project/clang/test/SemaTemplate/
H A Dms-sizeof-missing-typename.cpp46 typedef double InnerType; typedef
H A Dms-lookup-template-base-classes.cpp374 template <typename U> struct B { typedef U InnerType; }; typedef
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeVarargCheck.cpp112 ast_matchers::internal::Matcher<QualType>, InnerType) { in AST_MATCHER_P() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp849 auto *InnerType = FI.InnerInductionPHI->getType(); in CanWidenIV() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace.cpp1174 struct InnerType { struct
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1029 Action = TLI.getOperationAction(Node->getOpcode(), InnerType); in LegalizeOp() local
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7687 AST_MATCHER_P(DecayedType,hasDecayedType,internal::Matcher<QualType>,InnerType) AST_MATCHER_P() argument
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16493 QualType InnerType = Ptr->getPointeeType(); CheckLiteralOperatorDeclaration() local
16549 QualType InnerType = PointeeType.getUnqualifiedType(); CheckLiteralOperatorDeclaration() local
[all...]
H A DTreeTransform.h1107 RebuildParenType(QualType InnerType) RebuildParenType() argument