Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp5417 bool IsConstructor = false; in isConstructorDeclarator() local
5419 IsConstructor = true; in isConstructorDeclarator()
5456 IsConstructor = Tok.is(tok::arrow); in isConstructorDeclarator()
5463 IsConstructor = true; in isConstructorDeclarator()
5478 IsConstructor = IsUnqualified; in isConstructorDeclarator()
5483 IsConstructor = true; in isConstructorDeclarator()
5489 return IsConstructor; in isConstructorDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8703 bool IsConstructor = false, IsAssignment = false, ConstArg = false; member
8712 IsConstructor = true; in SpecialMemberVisitor()
8953 if (IsConstructor) { in shouldDeleteForClassSubobject()
13117 Info.visit(Info.IsConstructor ? Info.VisitPotentiallyConstructedBases in ComputeDefaultedSpecialMemberExceptionSpec()