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

/freebsd-12-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.h2247 /// Diagnose issues that are non-constant or that are extensions.
2248 Diagnose, member in class:clang::final::CheckConstexprKind
2403 /// Diagnose any unused parameters in the given sequence of
2407 /// Diagnose whether the size of parameters or return value of a
2490 /// Diagnose that the specified declaration needs to be visible but
2636 bool Diagnose = false);
2988 bool Diagnose = true);
3883 /// Diagnose any null-resettable synthesized setters.
5407 bool Diagnose = false);
5774 bool Diagnose
[all...]
H A DInitialization.h1160 /// Diagnose an potentially-invalid initialization sequence.
1164 bool Diagnose(Sema &S,
/freebsd-12-stable/contrib/googletest/googlemock/scripts/
H A Dgmock_doctor.py577 def Diagnose(msg): function
605 diagnoses = Diagnose(msg)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp269 bool Diagnose) {
330 if (Diagnose) {
374 if (Diagnose) {
H A DSemaDeclCXX.cpp1579 /// if Kind is Diagnose.
1589 case Sema::CheckConstexprKind::Diagnose:
1610 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1720 if (Kind == CheckConstexprKind::Diagnose)
1799 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1814 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1842 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1856 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1869 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1890 if (Kind == Sema::CheckConstexprKind::Diagnose) {
[all...]
H A DSemaExprObjC.cpp2412 /// Diagnose use of %s directive in an NSString which is being passed
3392 bool Diagnose; member in class:__anon3198::ARCCastChecker
3403 Diagnose(diagnose) {}
3524 return Diagnose ? ACC_plusOne
3538 return Diagnose ? ACC_plusOne
4083 bool CfToNs, bool Diagnose) {
4099 if (Diagnose) {
4110 if (Diagnose) {
4125 if (Diagnose) {
4139 if (Diagnose) {
4077 checkObjCBridgeRelatedComponents(SourceLocation Loc, QualType DestType, QualType SrcType, ObjCInterfaceDecl *&RelatedClass, ObjCMethodDecl *&ClassMethod, ObjCMethodDecl *&InstanceMethod, TypedefNameDecl *&TDNDecl, bool CfToNs, bool Diagnose) argument
4151 CheckObjCBridgeRelatedConversions(SourceLocation Loc, QualType DestType, QualType SrcType, Expr *&SrcExpr, bool Diagnose) argument
4246 CheckObjCConversion(SourceRange castRange, QualType castType, Expr *&castExpr, CheckedConversionKind CCK, bool Diagnose, bool DiagnoseCFAudited, BinaryOperatorKind Opc) argument
[all...]
H A DSemaExprCXX.cpp1923 // Diagnose the compatibility of this conversion.
2226 OverloadCandidateSet *AlignedCandidates, Expr *AlignArg, bool Diagnose) {
2273 Diagnose);
2290 /*AlignArg=*/nullptr, Diagnose);
2293 if (Diagnose) {
2322 if (Diagnose) {
2332 if (Diagnose) {
2352 bool Diagnose) {
2442 /*AlignArg=*/nullptr, Diagnose))
2891 FunctionDecl *&Operator, bool Diagnose) {
[all...]
H A DSemaExpr.cpp67 DeduceReturnType(FD, SourceLocation(), /*Diagnose*/ false))
470 ExprResult Sema::DefaultFunctionArrayConversion(Expr *E, bool Diagnose) { argument
484 if (!checkAddressOfFunctionIsAvailable(FD, Diagnose, E->getExprLoc()))
691 ExprResult Sema::DefaultFunctionArrayLvalueConversion(Expr *E, bool Diagnose) { argument
692 ExprResult Res = DefaultFunctionArrayConversion(E, Diagnose);
1131 /// Diagnose attempts to convert between __float128 and long double if
1481 // Diagnose attempts to convert between __float128 and long double where
2031 /// Diagnose an empty lookup.
2248 // Diagnose this as unqualified lookup into a dependent base class. If 'this'
2553 // Diagnose
8666 CheckSingleAssignmentConstraints(QualType LHSType, ExprResult &CallerRHS, bool Diagnose, bool DiagnoseCFAudited, bool ConvertRHS) argument
14708 ConversionToObjCStringLiteralCheck(QualType DstType, Expr *&Exp, bool Diagnose) argument
15864 getParentOfCapturingContextOrNull(DeclContext *DC, VarDecl *Var, SourceLocation Loc, const bool Diagnose, Sema &S) argument
15879 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.
2354 /// Diagnose the presence of a default template argument on a
3636 // Diagnose uses of this specialization.
3664 if (!resolveAssumedTemplateNameAsType(S, Name, NameLoc, /*Diagnose*/false)) {
3673 bool Diagnose) {
3701 if (Diagnose)
5430 /// Diagnose a missing template argument.
7522 auto Diagnose = [&] { local
7531 Diagnose();
7541 Diagnose();
3671 resolveAssumedTemplateNameAsType(Scope *S, TemplateName &Name, SourceLocation NameLoc, bool Diagnose) argument
7665 auto Diagnose = [&] { local
[all...]
H A DSemaInit.cpp376 /// Diagnose that OldInit (or part thereof) has been overridden by NewInit.
572 InitSeq.Diagnose(SemaRef, Entity, Kind, SubInit);
5922 getAssignmentAction(const InitializedEntity &Entity, bool Diagnose = false) {
5943 return !Diagnose ? Sema::AA_Passing : Sema::AA_Passing_CFAudited;
7756 Diagnose(S, Entity, Kind, Args);
8583 // Diagnose non-fatal problems with the completed initialization.
8635 // Diagnose initialization failures
8693 bool InitializationSequence::Diagnose(Sema &S,
H A DSemaTemplateDeduction.cpp3520 S.DeduceReturnType(Fn, R.Expression->getExprLoc(), /*Diagnose*/ false))
4767 bool Diagnose) {
4817 if (StillUndeduced && Diagnose && !FD->isInvalidDecl()) {
5171 // Diagnose the ambiguity.
H A DSemaDecl.cpp579 // Diagnose that this identifier was undeclared, and retry the lookup during
1061 // Diagnose the ambiguity and return an error.
1887 bool Diagnose = false; local
1889 Diagnose = !L->isResolvedMSAsmLabel();
1891 Diagnose = L->getStmt() == nullptr;
1892 if (Diagnose)
1909 // Diagnose unused variables in this scope.
4374 // linkage, which might be a serious problem. Diagnose this as
4841 // Diagnose whether this anonymous struct/union is an extension.
5442 /// Diagnose
[all...]
H A DSemaChecking.cpp649 /// Diagnose integer type and any valid implicit conversion to it.
4275 /// Diagnose use of %s directive in an NSString which is being passed
6792 void Diagnose(Sema &S, bool IsFunctionCall, const Expr *ArgExpr);
7289 UncoveredArg.Diagnose(*this, /*IsFunctionCall*/true, Args[ArgIdx]);
7617 void UncoveredArgHandler::Diagnose(Sema &S, bool IsFunctionCall, function in class:UncoveredArgHandler
8428 // Diagnose attempts to print a boolean value as a character. Unlike other
9641 /// Diagnose cases like 'memset(buf, sizeof(buf), 0)', which should have the
11166 // Diagnose implicitly sequentially-consistent atomic assignment.
11171 /// Diagnose an implicit cast; purely a helper for CheckImplicitConversion.
11186 /// Diagnose a
[all...]
H A DSemaOverload.cpp1987 /*Diagnose=*/false,
2976 bool Diagnose) {
2982 if (Diagnose && !IsCStyleOrFunctionalCast && !FromType->isAnyPointerType() &&
3004 if (Diagnose) {
3018 if (Diagnose && !IsCStyleOrFunctionalCast &&
10273 // Diagnose references or pointers to incomplete types differently,
10291 // Diagnose base -> derived pointer conversions.
10465 /// Diagnose a failed template-argument deduction.
10742 /// Diagnose a failed template-argument deduction, for function calls.
10774 // target due to a collsion. Diagnose tha
[all...]

Completed in 338 milliseconds