Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp5914 bool IsConstructor = false; in isConstructorDeclarator() local
5926 IsConstructor = true; in isConstructorDeclarator()
5963 IsConstructor = Tok.is(tok::arrow); in isConstructorDeclarator()
5970 IsConstructor = true; in isConstructorDeclarator()
5985 IsConstructor = IsUnqualified; in isConstructorDeclarator()
5990 IsConstructor = true; in isConstructorDeclarator()
5994 return IsConstructor; in isConstructorDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp9255 bool IsConstructor = false, IsAssignment = false, ConstArg = false; member
9264 IsConstructor = true; in SpecialMemberVisitor()
9516 if (IsConstructor) { in shouldDeleteForClassSubobject()
13865 Info.visit(Info.IsConstructor ? Info.VisitPotentiallyConstructedBases in ComputeDefaultedSpecialMemberExceptionSpec()