Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5944 QualType CheckConstructorDeclarator(Declarator &D, QualType R,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp8147 QualType Sema::CheckConstructorDeclarator(Declarator &D, QualType R, in CheckConstructorDeclarator() function in Sema
H A DSemaDecl.cpp7937 R = SemaRef.CheckConstructorDeclarator(D, R, SC); in CreateNewFunctionDecl()