Searched refs:getAdjustedParameterType (Results 1 - 6 of 6) sorted by path

/external/clang/include/clang/AST/
H A DASTContext.h1914 QualType getAdjustedParameterType(QualType T) const;
/external/clang/lib/AST/
H A DASTContext.cpp4259 QualType ASTContext::getAdjustedParameterType(QualType T) const { function in class:ASTContext
4267 T = getAdjustedParameterType(T);
/external/clang/lib/Sema/
H A DSemaDecl.cpp9641 Context.getAdjustedParameterType(T),
H A DSemaDeclObjC.cpp3150 ArgType = Context.getAdjustedParameterType(ArgType);
H A DSemaType.cpp1775 QualType ParamType = Context.getAdjustedParameterType(ParamTypes[Idx]);
/external/clang/lib/Serialization/
H A DASTReader.cpp5102 QualType DT = Context.getAdjustedParameterType(OriginalType);

Completed in 351 milliseconds