Searched defs:getDecayedType (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h1074 QualType getDecayedType(QualType T) const;
1075 CanQualType getDecayedType(CanQualType T) const { function in class:clang::ASTContext::DynTypedNodeList
1076 return CanQualType::CreateUnsafe(getDecayedType((QualType) T));
H A DType.h2273 QualType getDecayedType() const { return getAdjustedType(); } function in class:clang::DecayedType
2276 return cast<PointerType>(getDecayedType())->getPointeeType();
/external/clang/lib/AST/
H A DASTContext.cpp2392 QualType ASTContext::getDecayedType(QualType T) const { function in class:ASTContext
4553 return getDecayedType(T);
4572 T = getDecayedType(T);

Completed in 172 milliseconds