Searched defs:AdjustedType (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h2001 class AdjustedType : public Type, public llvm::FoldingSetNode { class in namespace:clang
2006 AdjustedType(TypeClass TC, QualType OriginalTy, QualType AdjustedTy, function in class:clang::AdjustedType
2037 class DecayedType : public AdjustedType {
2040 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
/external/clang/lib/Sema/
H A DSemaDecl.cpp2545 const FunctionType *AdjustedType = New->getType()->getAs<FunctionType>(); local
2546 AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo);
2547 New->setType(QualType(AdjustedType, 0));

Completed in 336 milliseconds