Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1309 bool hasSameFunctionTypeIgnoringPtrSizes(QualType T, QualType U);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3244 bool ASTContext::hasSameFunctionTypeIgnoringPtrSizes(QualType T, QualType U) { in hasSameFunctionTypeIgnoringPtrSizes() function in ASTContext
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp4205 if (Context.hasSameFunctionTypeIgnoringPtrSizes(OldQType, NewQType)) in MergeFunctionDecl()