/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | TypeLoc.h | 406 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc() 899 QualType getInnerType() const { in getInnerType() function 1061 QualType getInnerType() const { in getInnerType() function 1178 QualType getInnerType() const { in getInnerType() function 1179 return this->getTypePtr()->getInnerType(); in getInnerType() 1202 QualType getInnerType() const { in getInnerType() function 1252 QualType getInnerType() const { in getInnerType() function 1342 QualType getInnerType() const { in getInnerType() function 1761 QualType getInnerType() const { in getInnerType() function 2545 QualType getInnerType() const { in getInnerType() function [all …]
|
H A D | TypeProperties.td | 589 let Read = [{ node->getInnerType() }];
|
H A D | Type.h | 2757 QualType getInnerType() const { return Inner; } 2760 QualType desugar() const { return getInnerType(); } 2763 Profile(ID, getInnerType());
|
H A D | RecursiveASTVisitor.h | 1113 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | TypePrinter.cpp | 1565 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenBefore() 1566 printBefore(T->getInnerType(), OS); in printParenBefore() 1569 printBefore(T->getInnerType(), OS); in printParenBefore() 1573 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenAfter() 1575 printAfter(T->getInnerType(), OS); in printParenAfter() 1577 printAfter(T->getInnerType(), OS); in printParenAfter()
|
H A D | Type.cpp | 499 T = PT->getInnerType(); in IgnoreParens() 1092 QualType innerType = recurse(T->getInnerType()); in VisitParenType() 1096 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr()) in VisitParenType() 1890 return Visit(T->getInnerType()); in VisitParenType()
|
H A D | ASTStructuralEquivalence.cpp | 995 if (!IsStructurallyEquivalent(Context, cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent() 996 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
|
H A D | ODRHash.cpp | 1122 AddQualType(T->getInnerType()); in VisitParenType()
|
H A D | DeclPrinter.cpp | 662 Ty = PT->getInnerType(); in VisitFunctionDecl()
|
H A D | ASTContext.cpp | 2368 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl() 3196 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec() 9518 Ty = Paren->getInnerType(); in hasDirectOwnershipQualifier()
|
H A D | ASTImporter.cpp | 1349 ExpectedType ToInnerTypeOrErr = import(T->getInnerType()); in VisitParenType()
|
/openbsd/gnu/llvm/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 319 return getFragmentsForType(PT->getInnerType(), Context, After) in getFragmentsForType()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CXType.cpp | 147 return MakeCXType(PTT->getInnerType(), TU); in MakeCXType()
|
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 7024 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 2638 return Visit(T->getInnerType()); in VisitParenType()
|
H A D | SemaType.cpp | 7102 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper() 7178 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
|
H A D | SemaDecl.cpp | 6468 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
|
H A D | SemaChecking.cpp | 15800 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3326 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()
|