Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DNoexceptMoveConstructorCheck.cpp32 bool IsConstructor = false; in check() local
36 IsConstructor = true; in check()
50 << IsConstructor; in check()
74 << IsConstructor; in check()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp5580 bool IsConstructor = false; in isConstructorDeclarator() local
5582 IsConstructor = true; in isConstructorDeclarator()
5619 IsConstructor = Tok.is(tok::arrow); in isConstructorDeclarator()
5626 IsConstructor = true; in isConstructorDeclarator()
5641 IsConstructor = IsUnqualified; in isConstructorDeclarator()
5646 IsConstructor = true; in isConstructorDeclarator()
5652 return IsConstructor; in isConstructorDeclarator()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp8883 bool IsConstructor = false, IsAssignment = false, ConstArg = false; member
8892 IsConstructor = true; in SpecialMemberVisitor()
9133 if (IsConstructor) { in shouldDeleteForClassSubobject()
13317 Info.visit(Info.IsConstructor ? Info.VisitPotentiallyConstructedBases in ComputeDefaultedSpecialMemberExceptionSpec()