Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h7202 QualType CheckConstructorDeclarator(Declarator &D, QualType R,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp10259 QualType Sema::CheckConstructorDeclarator(Declarator &D, QualType R, in CheckConstructorDeclarator() function in Sema
DSemaDecl.cpp8591 R = SemaRef.CheckConstructorDeclarator(D, R, SC); in CreateNewFunctionDecl()