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.h1491 bool hasSameFunctionTypeIgnoringPtrSizes(QualType T, QualType U);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3850 bool ASTContext::hasSameFunctionTypeIgnoringPtrSizes(QualType T, QualType U) { in hasSameFunctionTypeIgnoringPtrSizes() function in ASTContext
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4269 if (Context.hasSameFunctionTypeIgnoringPtrSizes(OldQType, NewQType)) in MergeFunctionDecl()