Home
last modified time | relevance | path

Searched refs:DeclIsDefn (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp11871 bool DeclIsDefn) { in CheckFunctionDeclaration() argument
11992 DeclIsDefn)) { in CheckFunctionDeclaration()
12153 !(DeclIsDefn && NewFD->isTemplated()) && in CheckFunctionDeclaration()
12162 !(!DeclIsDefn && IsFriend && NewFD->isTemplated())) { in CheckFunctionDeclaration()
12164 } else if (!DeclIsDefn && !IsTemplate && IsFriend && in CheckFunctionDeclaration()
12254 if (DeclIsDefn) { in CheckFunctionDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3009 bool IsMemberSpecialization, bool DeclIsDefn);