Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1378 bool hasSameFunctionTypeIgnoringPtrSizes(QualType T, QualType U);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3586 bool ASTContext::hasSameFunctionTypeIgnoringPtrSizes(QualType T, QualType U) { in hasSameFunctionTypeIgnoringPtrSizes() function in ASTContext
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4177 if (Context.hasSameFunctionTypeIgnoringPtrSizes(OldQType, NewQType)) in MergeFunctionDecl()