Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7202 QualType CheckDestructorDeclarator(Declarator &D, QualType R,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp10412 QualType Sema::CheckDestructorDeclarator(Declarator &D, QualType R, in CheckDestructorDeclarator() function in Sema
H A DSemaDecl.cpp8601 R = SemaRef.CheckDestructorDeclarator(D, R, SC); in CreateNewFunctionDecl()