| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 406 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc() 444 HasNoInnerType getInnerType() const { return HasNoInnerType(); } in getInnerType() function 447 return TypeLoc(asDerived()->getInnerType(), getNonLocalData()); in getInnerTypeLoc() 452 return getInnerTypeSize(asDerived()->getInnerType()); in getInnerTypeSize() 464 return getNextTypeAlign(asDerived()->getInnerType()); in getNextTypeAlign() 890 QualType getInnerType() const { in getInnerType() function 1029 QualType getInnerType() const { in getInnerType() function 1101 QualType getInnerType() const { return getTypePtr()->getUnderlyingType(); } in getInnerType() function 1146 QualType getInnerType() const { in getInnerType() function 1147 return this->getTypePtr()->getInnerType(); in getInnerType() [all …]
|
| H A D | TypeProperties.td | 572 let Read = [{ node->getInnerType() }];
|
| H A D | Type.h | 2617 QualType getInnerType() const { return Inner; } 2620 QualType desugar() const { return getInnerType(); } 2623 Profile(ID, getInnerType());
|
| H A D | RecursiveASTVisitor.h | 1034 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 1515 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenBefore() 1516 printBefore(T->getInnerType(), OS); in printParenBefore() 1519 printBefore(T->getInnerType(), OS); in printParenBefore() 1523 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenAfter() 1525 printAfter(T->getInnerType(), OS); in printParenAfter() 1527 printAfter(T->getInnerType(), OS); in printParenAfter()
|
| H A D | Type.cpp | 499 T = PT->getInnerType(); in IgnoreParens() 1082 QualType innerType = recurse(T->getInnerType()); in VisitParenType() 1086 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr()) in VisitParenType() 1857 return Visit(T->getInnerType()); in VisitParenType()
|
| H A D | ASTStructuralEquivalence.cpp | 935 if (!IsStructurallyEquivalent(Context, cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent() 936 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 967 AddQualType(T->getInnerType()); in VisitParenType()
|
| H A D | DeclPrinter.cpp | 666 Ty = PT->getInnerType(); in VisitFunctionDecl()
|
| H A D | ASTContext.cpp | 2314 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl() 3077 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec() 8741 Ty = Paren->getInnerType(); in hasDirectOwnershipQualifier()
|
| H A D | ASTImporter.cpp | 1299 ExpectedType ToInnerTypeOrErr = import(T->getInnerType()); in VisitParenType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXType.cpp | 140 return MakeCXType(PTT->getInnerType(), TU); in MakeCXType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6636 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2290 return Visit(T->getInnerType()); in VisitParenType()
|
| H A D | SemaType.cpp | 6825 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper() 6901 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
|
| H A D | SemaChecking.cpp | 14101 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
|
| H A D | SemaDecl.cpp | 5952 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3177 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()
|