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.cpp6034 bool IsConstructor = false; in isConstructorDeclarator() local
6046 IsConstructor = true; in isConstructorDeclarator()
6083 IsConstructor = Tok.is(tok::arrow); in isConstructorDeclarator()
6090 IsConstructor = true; in isConstructorDeclarator()
6105 IsConstructor = IsUnqualified; in isConstructorDeclarator()
6110 IsConstructor = true; in isConstructorDeclarator()
6114 return IsConstructor; in isConstructorDeclarator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp9333 bool IsConstructor = false, IsAssignment = false, ConstArg = false; member
9342 IsConstructor = true; in SpecialMemberVisitor()
9597 if (IsConstructor) { in shouldDeleteForClassSubobject()
14025 Info.visit(Info.IsConstructor ? Info.VisitPotentiallyConstructedBases in ComputeDefaultedSpecialMemberExceptionSpec()