Searched refs:Diagnose (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h151 Diagnose(Redecl == Sema::NotForRedeclaration) {
164 Diagnose(Redecl == Sema::NotForRedeclaration) {
195 Diagnose(std::move(Other.Diagnose)),
200 Other.Diagnose = false;
218 Diagnose = std::move(Other.Diagnose);
223 Other.Diagnose = false;
228 if (Diagnose) diagnose();
584 Diagnose
745 bool Diagnose = false; member in class:clang::LookupResult
[all...]
H A DSema.h2398 /// Diagnose issues that are non-constant or that are extensions.
2399 Diagnose, member in class:clang::final::CompleteTypeKind::CheckConstexprKind
2556 /// Diagnose any unused parameters in the given sequence of
2560 /// Diagnose whether the size of parameters or return value of a
2643 /// Diagnose that the specified declaration needs to be visible but
2789 bool Diagnose = false);
3157 bool Diagnose = true);
4062 /// Diagnose any null-resettable synthesized setters.
5629 bool Diagnose = false);
6001 bool Diagnose
[all...]
H A DInitialization.h1166 /// Diagnose an potentially-invalid initialization sequence.
1170 bool Diagnose(Sema &S,
/freebsd-13-stable/contrib/googletest/googlemock/scripts/
H A Dgmock_doctor.py577 def Diagnose(msg): function
605 diagnoses = Diagnose(msg)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp285 bool Diagnose) {
346 if (Diagnose) {
390 if (Diagnose) {
H A DSemaDeclCXX.cpp1588 /// if Kind is Diagnose.
1598 case Sema::CheckConstexprKind::Diagnose:
1619 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1729 if (Kind == CheckConstexprKind::Diagnose)
1808 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1823 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1851 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1865 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1878 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1899 if (Kind == Sema::CheckConstexprKind::Diagnose) {
[all...]
H A DSemaExprObjC.cpp2527 /// Diagnose use of %s directive in an NSString which is being passed
3533 bool Diagnose; member in class:__anon2078::ARCCastChecker
3544 Diagnose(diagnose) {}
3665 return Diagnose ? ACC_plusOne
3679 return Diagnose ? ACC_plusOne
4224 bool CfToNs, bool Diagnose) {
4240 if (Diagnose) {
4251 if (Diagnose) {
4266 if (Diagnose) {
4280 if (Diagnose) {
4218 checkObjCBridgeRelatedComponents(SourceLocation Loc, QualType DestType, QualType SrcType, ObjCInterfaceDecl *&RelatedClass, ObjCMethodDecl *&ClassMethod, ObjCMethodDecl *&InstanceMethod, TypedefNameDecl *&TDNDecl, bool CfToNs, bool Diagnose) argument
4292 CheckObjCBridgeRelatedConversions(SourceLocation Loc, QualType DestType, QualType SrcType, Expr *&SrcExpr, bool Diagnose) argument
4387 CheckObjCConversion(SourceRange castRange, QualType castType, Expr *&castExpr, CheckedConversionKind CCK, bool Diagnose, bool DiagnoseCFAudited, BinaryOperatorKind Opc) argument
[all...]
H A DSemaExprCXX.cpp1998 // Diagnose the compatibility of this conversion.
2363 OverloadCandidateSet *AlignedCandidates, Expr *AlignArg, bool Diagnose) {
2410 Diagnose);
2427 /*AlignArg=*/nullptr, Diagnose);
2430 if (Diagnose) {
2459 if (Diagnose) {
2469 if (Diagnose) {
2489 bool Diagnose) {
2579 /*AlignArg=*/nullptr, Diagnose))
3028 FunctionDecl *&Operator, bool Diagnose) {
[all...]
H A DSemaExpr.cpp70 DeduceReturnType(FD, SourceLocation(), /*Diagnose*/ false))
486 ExprResult Sema::DefaultFunctionArrayConversion(Expr *E, bool Diagnose) { argument
500 if (!checkAddressOfFunctionIsAvailable(FD, Diagnose, E->getExprLoc()))
714 ExprResult Sema::DefaultFunctionArrayLvalueConversion(Expr *E, bool Diagnose) { argument
715 ExprResult Res = DefaultFunctionArrayConversion(E, Diagnose);
1159 /// Diagnose attempts to convert between __float128 and long double if
1514 // Diagnose attempts to convert between __float128 and long double where
2064 /// Diagnose an empty lookup.
2281 // Diagnose this as unqualified lookup into a dependent base class. If 'this'
2586 // Diagnose
9291 CheckSingleAssignmentConstraints(QualType LHSType, ExprResult &CallerRHS, bool Diagnose, bool DiagnoseCFAudited, bool ConvertRHS) argument
15460 CheckConversionToObjCLiteral(QualType DstType, Expr *&Exp, bool Diagnose) argument
16890 getParentOfCapturingContextOrNull(DeclContext *DC, VarDecl *Var, SourceLocation Loc, const bool Diagnose, Sema &S) argument
16905 isVariableCapturable(CapturingScopeInfo *CSI, VarDecl *Var, SourceLocation Loc, const bool Diagnose, Sema &S) argument
[all...]
H A DSemaAccess.cpp1147 /// Diagnose the path which caused the given declaration or base class
1702 bool Diagnose) {
1710 if (Diagnose)
1698 CheckAllocationAccess(SourceLocation OpLoc, SourceRange PlacementRange, CXXRecordDecl *NamingClass, DeclAccessPair Found, bool Diagnose) argument
H A DSemaTemplate.cpp328 // FIXME: Diagnose an ambiguity if we find at least one template.
2399 /// Diagnose the presence of a default template argument on a
3684 // Diagnose uses of this specialization.
3712 if (!resolveAssumedTemplateNameAsType(S, Name, NameLoc, /*Diagnose*/false)) {
3721 bool Diagnose) {
3749 if (Diagnose)
4806 // This name cannot possibly name a dependent template. Diagnose this now
5503 /// Diagnose a missing template argument.
7588 auto Diagnose = [&] { local
7597 Diagnose();
3719 resolveAssumedTemplateNameAsType(Scope *S, TemplateName &Name, SourceLocation NameLoc, bool Diagnose) argument
7731 auto Diagnose = [&] { local
[all...]
H A DSemaInit.cpp377 /// Diagnose that OldInit (or part thereof) has been overridden by NewInit.
573 InitSeq.Diagnose(SemaRef, Entity, Kind, SubInit);
5969 getAssignmentAction(const InitializedEntity &Entity, bool Diagnose = false) {
5990 return !Diagnose ? Sema::AA_Passing : Sema::AA_Passing_CFAudited;
7805 Diagnose(S, Entity, Kind, Args);
8636 // Diagnose non-fatal problems with the completed initialization.
8688 // Diagnose initialization failures
8746 bool InitializationSequence::Diagnose(Sema &S,
H A DSemaTemplateDeduction.cpp3654 S.DeduceReturnType(Fn, R.Expression->getExprLoc(), /*Diagnose*/ false))
4920 bool Diagnose) {
4970 if (StillUndeduced && Diagnose && !FD->isInvalidDecl()) {
5340 // Diagnose the ambiguity.
4919 DeduceReturnType(FunctionDecl *FD, SourceLocation Loc, bool Diagnose) argument
H A DSemaDecl.cpp581 // Diagnose that this identifier was undeclared, and retry the lookup during
1066 // Diagnose the ambiguity and return an error.
1902 bool Diagnose = false; local
1904 Diagnose = !L->isResolvedMSAsmLabel();
1906 Diagnose = L->getStmt() == nullptr;
1907 if (Diagnose)
1924 // Diagnose unused variables in this scope.
4973 // Diagnose whether this anonymous struct/union is an extension.
5578 /// Diagnose a declaration whose declarator-id has the given
6031 /// Diagnose functio
[all...]
H A DSemaChecking.cpp887 /// Diagnose integer type and any valid implicit conversion to it.
4110 /// Diagnose use of %s directive in an NSString which is being passed
6667 void Diagnose(Sema &S, bool IsFunctionCall, const Expr *ArgExpr);
7164 UncoveredArg.Diagnose(*this, /*IsFunctionCall*/true, Args[ArgIdx]);
7492 void UncoveredArgHandler::Diagnose(Sema &S, bool IsFunctionCall, function in class:UncoveredArgHandler
8303 // Diagnose attempts to print a boolean value as a character. Unlike other
9516 /// Diagnose cases like 'memset(buf, sizeof(buf), 0)', which should have the
11047 // Diagnose implicitly sequentially-consistent atomic assignment.
11052 /// Diagnose an implicit cast; purely a helper for CheckImplicitConversion.
11067 /// Diagnose a
[all...]
H A DSemaOverload.cpp1998 /*Diagnose=*/false,
2987 bool Diagnose) {
2993 if (Diagnose && !IsCStyleOrFunctionalCast && !FromType->isAnyPointerType() &&
3015 if (Diagnose) {
3029 if (Diagnose && !IsCStyleOrFunctionalCast &&
10368 // Diagnose references or pointers to incomplete types differently,
10386 // Diagnose base -> derived pointer conversions.
10560 /// Diagnose a failed template-argument deduction.
10837 /// Diagnose a failed template-argument deduction, for function calls.
10869 // target due to a collsion. Diagnose tha
[all...]
H A DSemaOpenMP.cpp2427 // Diagnose host function called during device codegen.
2438 // Diagnose nohost function called during host codegen.
16166 bool Diagnose = true) {
16173 if (Diagnose)
18444 // Diagnose marking after use as it may lead to incorrect diagnosis and

Completed in 379 milliseconds