Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5564 QualType CheckDestructorDeclarator(Declarator &D, QualType R,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp10728 // Common part of CheckConstructorDeclarator and CheckDestructorDeclarator.
10889 QualType Sema::CheckDestructorDeclarator(Declarator &D, QualType R, in CheckDestructorDeclarator() function in Sema
H A DSemaDecl.cpp9210 R = SemaRef.CheckDestructorDeclarator(D, R, SC); in CreateNewFunctionDecl()