Home
last modified time | relevance | path

Searched refs:hasSameFunctionTypeIgnoringExceptionSpec (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1215 bool hasSameFunctionTypeIgnoringExceptionSpec(QualType T, QualType U);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp3159 C.hasSameFunctionTypeIgnoringExceptionSpec(XT, YT)) in isSameEntity()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3674 if (Context.hasSameFunctionTypeIgnoringExceptionSpec(OldQTypeForComparison, in MergeFunctionDecl()
9804 Context.hasSameFunctionTypeIgnoringExceptionSpec( in ActOnFunctionDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3100 bool ASTContext::hasSameFunctionTypeIgnoringExceptionSpec(QualType T, in hasSameFunctionTypeIgnoringExceptionSpec() function in ASTContext
H A DExprConstant.cpp7582 if (!Info.Ctx.hasSameFunctionTypeIgnoringExceptionSpec( in handleCallExpr()