Searched refs:getInnerType (Results 1 - 14 of 14) sorted by relevance

/external/clang/include/clang/AST/
H A DTypeLoc.h300 /// QualType getInnerType() const
343 return getNextTypeLoc(asDerived()->getInnerType());
381 HasNoInnerType getInnerType() const { return HasNoInnerType(); } function in class:clang::ConcreteTypeLoc
384 return TypeLoc(asDerived()->getInnerType(), getNonLocalData());
389 return getInnerTypeSize(asDerived()->getInnerType());
401 return getNextTypeAlign(asDerived()->getInnerType());
796 QualType getInnerType() const { function in class:clang::AttributedTypeLoc
887 QualType getInnerType() const {
969 QualType getInnerType() const {
970 return this->getTypePtr()->getInnerType();
[all...]
H A DType.h1952 QualType getInnerType() const { return Inner; } function in class:clang::ParenType
1955 QualType desugar() const { return getInnerType(); }
1958 Profile(ID, getInnerType());
H A DDataRecursiveASTVisitor.h914 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
H A DRecursiveASTVisitor.h979 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
/external/clang/lib/AST/
H A DTypePrinter.cpp1050 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) {
1051 printBefore(T->getInnerType(), OS);
1054 printBefore(T->getInnerType(), OS);
1057 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) {
1059 printAfter(T->getInnerType(), OS);
1061 printAfter(T->getInnerType(), OS);
H A DType.cpp308 T = PT->getInnerType();
595 return Visit(T->getInnerType());
H A DDeclPrinter.cpp415 Ty = PT->getInnerType();
H A DASTImporter.cpp602 cast<ParenType>(T1)->getInnerType(),
603 cast<ParenType>(T2)->getInnerType()))
1639 QualType ToInnerType = Importer.Import(T->getInnerType());
H A DASTContext.cpp1691 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr());
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3195 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
/external/clang/lib/Sema/
H A DSemaType.cpp4004 type = paren->getInnerType();
4259 T = cast<ParenType>(Ty)->getInnerType();
4322 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I);
H A DSemaDecl.cpp4608 QualType Inner = PTy->getInnerType();
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2014 T = cast<ParenType>(T)->getInnerType();
/external/clang/lib/Serialization/
H A DASTWriter.cpp387 Writer.AddTypeRef(T->getInnerType(), Record);

Completed in 1510 milliseconds