Home
last modified time | relevance | path

Searched refs:removePtrSizeAddrSpace (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1246 QualType removePtrSizeAddrSpace(QualType T) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3143 QualType ASTContext::removePtrSizeAddrSpace(QualType T) const { in removePtrSizeAddrSpace() function in ASTContext
3229 QualType RetTy = removePtrSizeAddrSpace(Proto->getReturnType()); in getFunctionTypeWithoutPtrSizes()
3232 Args[i] = removePtrSizeAddrSpace(Proto->param_types()[i]); in getFunctionTypeWithoutPtrSizes()
3237 QualType RetTy = removePtrSizeAddrSpace(Proto->getReturnType()); in getFunctionTypeWithoutPtrSizes()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp3082 QualType Old = Context.removePtrSizeAddrSpace(OldType->getParamType(I).getUnqualifiedType()); in FunctionParamTypesAreEqual()
3083 QualType New = Context.removePtrSizeAddrSpace(NewType->getParamType(J).getUnqualifiedType()); in FunctionParamTypesAreEqual()