Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6311 bool IsConstructor = false; in isConstructorDeclarator() local
6323 IsConstructor = true; in isConstructorDeclarator()
6360 IsConstructor = Tok.is(tok::arrow); in isConstructorDeclarator()
6367 IsConstructor = true; in isConstructorDeclarator()
6382 IsConstructor = IsUnqualified; in isConstructorDeclarator()
6387 IsConstructor = true; in isConstructorDeclarator()
6391 return IsConstructor; in isConstructorDeclarator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp9154 bool IsConstructor = false, IsAssignment = false, ConstArg = false; member
9163 IsConstructor = true; in SpecialMemberVisitor()
9417 if (IsConstructor) { in shouldDeleteForClassSubobject()
13733 Info.visit(Info.IsConstructor ? Info.VisitPotentiallyConstructedBases in ComputeDefaultedSpecialMemberExceptionSpec()