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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h291 /// QualType getInnerType() const
329 return getNextTypeLoc(asDerived()->getInnerType());
357 HasNoInnerType getInnerType() const { return HasNoInnerType(); } function in class:clang::ConcreteTypeLoc
360 return TypeLoc(asDerived()->getInnerType(), getNonLocalData());
365 return getInnerTypeSize(asDerived()->getInnerType());
756 QualType getInnerType() const { function in class:clang::AttributedTypeLoc
843 QualType getInnerType() const {
925 QualType getInnerType() const {
926 return this->getTypePtr()->getInnerType();
964 QualType getInnerType() cons
[all...]
H A DType.h1948 QualType getInnerType() const { return Inner; } function in class:clang::ParenType
1951 QualType desugar() const { return getInnerType(); }
1954 Profile(ID, getInnerType());
H A DRecursiveASTVisitor.h942 TRY_TO(TraverseType(T->getInnerType()));
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp1015 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) {
1016 printBefore(T->getInnerType(), OS);
1019 printBefore(T->getInnerType(), OS);
1022 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) {
1024 printAfter(T->getInnerType(), OS);
1026 printAfter(T->getInnerType(), OS);
H A DType.cpp307 T = PT->getInnerType();
603 return Visit(T->getInnerType());
H A DDeclPrinter.cpp419 Ty = PT->getInnerType();
H A DASTImporter.cpp589 cast<ParenType>(T1)->getInnerType(),
590 cast<ParenType>(T2)->getInnerType()))
1632 QualType ToInnerType = Importer.Import(T->getInnerType());
H A DASTContext.cpp1610 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr());
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2982 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3832 type = paren->getInnerType();
4083 T = cast<ParenType>(Ty)->getInnerType();
4146 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I);
H A DSemaDecl.cpp4272 QualType Inner = PTy->getInnerType();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1738 T = cast<ParenType>(T)->getInnerType();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp368 Writer.AddTypeRef(T->getInnerType(), Record);

Completed in 300 milliseconds