Home
last modified time | relevance | path

Searched refs:getFunctionTypeWithoutPtrSizes (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1226 QualType getFunctionTypeWithoutPtrSizes(QualType T);
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3108 QualType ASTContext::getFunctionTypeWithoutPtrSizes(QualType T) { in getFunctionTypeWithoutPtrSizes() function in ASTContext
3127 hasSameType(getFunctionTypeWithoutPtrSizes(T), in hasSameFunctionTypeIgnoringPtrSizes()
3128 getFunctionTypeWithoutPtrSizes(U)); in hasSameFunctionTypeIgnoringPtrSizes()