Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5550 QualType CheckConstructorDeclarator(Declarator &D, QualType R,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp10748 QualType Sema::CheckConstructorDeclarator(Declarator &D, QualType R, in CheckConstructorDeclarator() function in Sema
H A DSemaDecl.cpp9200 R = SemaRef.CheckConstructorDeclarator(D, R, SC); in CreateNewFunctionDecl()