Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1230 bool hasSameFunctionTypeIgnoringPtrSizes(QualType T, QualType U);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3125 bool ASTContext::hasSameFunctionTypeIgnoringPtrSizes(QualType T, QualType U) { in hasSameFunctionTypeIgnoringPtrSizes() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3726 if (Context.hasSameFunctionTypeIgnoringPtrSizes(OldQType, NewQType)) in MergeFunctionDecl()