Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7744 QualType CheckConstructorDeclarator(Declarator &D, QualType R,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp10540 QualType Sema::CheckConstructorDeclarator(Declarator &D, QualType R, in CheckConstructorDeclarator() function in Sema
H A DSemaDecl.cpp9118 R = SemaRef.CheckConstructorDeclarator(D, R, SC); in CreateNewFunctionDecl()