/external/clang/include/clang/Sema/ |
H A D | Lookup.h | 141 Diagnose(Redecl == Sema::NotForRedeclaration), 163 Diagnose(Redecl == Sema::NotForRedeclaration), 183 Diagnose(false), 189 if (Diagnose) diagnose(); 523 Diagnose = false; 528 return !Diagnose; 681 bool Diagnose; member in class:clang::LookupResult
|
H A D | Initialization.h | 926 /// \brief Diagnose an potentially-invalid initialization sequence. 930 bool Diagnose(Sema &S,
|
H A D | Sema.h | 1779 /// \brief Diagnose any unused parameters in the given sequence of 1784 /// \brief Diagnose whether the size of parameters or return value of a 1842 /// \brief Diagnose that the specified declaration needs to be visible but 1945 bool Diagnose = false); 3028 /// Diagnose any null-resettable synthesized setters. 4356 bool Diagnose = false); 4680 bool Diagnose = true); 4689 bool Diagnose = true); 5413 /// DiagnoseAbsenceOfOverrideControl - Diagnose if 'override' keyword was 5447 bool Diagnose [all...] |
/external/clang/lib/Sema/ |
H A D | SemaCUDA.cpp | 300 bool Diagnose) { 350 if (Diagnose) { 395 if (Diagnose) { 296 inferCUDATargetForImplicitSpecialMember(CXXRecordDecl *ClassDecl, CXXSpecialMember CSM, CXXMethodDecl *MemberDecl, bool ConstRHS, bool Diagnose) argument
|
H A D | SemaDeclCXX.cpp | 1496 // Diagnose any attributes we see. 2606 // Diagnose value-uses of fields to initialize themselves, e.g. 4752 // Diagnose dll attributes on members of class with dll attribute. 4997 // Diagnose all other overridden methods which do not have 'override' specified on them. 5384 ShouldDeleteSpecialMember(MD, CSM, /*Diagnose*/true); 5445 bool Diagnose; member in struct:__anon1508::SpecialMemberDeletionInfo 5454 Sema::CXXSpecialMember CSM, bool Diagnose) 5455 : S(S), MD(MD), CSM(CSM), Diagnose(Diagnose), 5562 if (Diagnose) { 5453 SpecialMemberDeletionInfo(Sema &S, CXXMethodDecl *MD, Sema::CXXSpecialMember CSM, bool Diagnose) argument 5752 ShouldDeleteSpecialMember(CXXMethodDecl *MD, CXXSpecialMember CSM, bool Diagnose) argument 6028 checkTrivialSubobjectCall(Sema &S, SourceLocation SubobjLoc, QualType SubType, bool ConstRHS, Sema::CXXSpecialMember CSM, TrivialSubobjectKind Kind, bool Diagnose) argument 6078 checkTrivialClassMembers(Sema &S, CXXRecordDecl *RD, Sema::CXXSpecialMember CSM, bool ConstArg, bool Diagnose) argument 6139 SpecialMemberIsTrivial(CXXMethodDecl *MD, CXXSpecialMember CSM, bool Diagnose) argument [all...] |
H A D | SemaExprCXX.cpp | 1382 // Diagnose the compatibility of this conversion. 1776 /*Diagnose=*/!FallbackEnabled)) { 1957 /// \param Diagnose If \c true, issue errors if the allocation function is not 1963 bool Diagnose) { 1967 if (AllowMissing || !Diagnose) 2005 Best->FoundDecl, Diagnose) == AR_inaccessible) 2013 if (Diagnose) { 2021 if (Diagnose) { 2029 if (Diagnose) { 2278 FunctionDecl* &Operator, bool Diagnose) { 1959 FindAllocationOverload(SourceLocation StartLoc, SourceRange Range, DeclarationName Name, MultiExprArg Args, DeclContext *Ctx, bool AllowMissing, FunctionDecl *&Operator, bool Diagnose) argument 2276 FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, DeclarationName Name, FunctionDecl* &Operator, bool Diagnose) argument [all...] |
H A D | SemaAccess.cpp | 1153 /// Diagnose the path which caused the given declaration or base class 1693 bool Diagnose) { 1701 if (Diagnose) 1689 CheckAllocationAccess(SourceLocation OpLoc, SourceRange PlacementRange, CXXRecordDecl *NamingClass, DeclAccessPair Found, bool Diagnose) argument
|
H A D | SemaExprObjC.cpp | 2250 /// \brief Diagnose use of %s directive in an NSString which is being passed 3137 bool Diagnose; member in class:__anon1535::ARCCastChecker 3148 Diagnose(diagnose) {} 3269 return Diagnose ? ACC_plusOne 3283 return Diagnose ? ACC_plusOne
|
H A D | SemaExpr.cpp | 65 DeduceReturnType(FD, SourceLocation(), /*Diagnose*/ false)) 215 ShouldDeleteSpecialMember(Method, CSM, /*Diagnose=*/true); 497 ExprResult Sema::DefaultFunctionArrayConversion(Expr *E, bool Diagnose) { argument 512 if (Diagnose) 519 if (!checkAddressOfFunctionIsAvailable(FD, Diagnose, E->getExprLoc())) 715 ExprResult Sema::DefaultFunctionArrayLvalueConversion(Expr *E, bool Diagnose) { argument 716 ExprResult Res = DefaultFunctionArrayConversion(E, Diagnose); 1793 /// Diagnose an empty lookup. 2018 // Diagnose this as unqualified lookup into a dependent base class. If 'this' 2311 // Diagnose 7257 CheckSingleAssignmentConstraints(QualType LHSType, ExprResult &CallerRHS, bool Diagnose, bool DiagnoseCFAudited, bool ConvertRHS) argument 12662 getParentOfCapturingContextOrNull(DeclContext *DC, VarDecl *Var, SourceLocation Loc, const bool Diagnose, Sema &S) argument 12677 isVariableCapturable(CapturingScopeInfo *CSI, VarDecl *Var, SourceLocation Loc, const bool Diagnose, Sema &S) argument [all...] |
H A D | SemaInit.cpp | 457 InitSeq.Diagnose(SemaRef, Entity, Kind, SubInit); 5119 getAssignmentAction(const InitializedEntity &Entity, bool Diagnose = false) { 5140 return !Diagnose ? Sema::AA_Passing : Sema::AA_Passing_CFAudited; 6052 Diagnose(S, Entity, Kind, Args); 6138 // Diagnose cases where we initialize a pointer to an array temporary, and the 6769 // Diagnose non-fatal problems with the completed initialization. 6821 // Diagnose initialization failures 6878 bool InitializationSequence::Diagnose(Sema &S, function in class:InitializationSequence
|
H A D | SemaTemplateDeduction.cpp | 2983 S.DeduceReturnType(Fn, R.Expression->getExprLoc(), /*Diagnose*/ false)) 3709 /*Diagnose*/ true); 4142 bool Diagnose) { 4149 if (StillUndeduced && Diagnose && !FD->isInvalidDecl()) { 4491 // Diagnose the ambiguity. 4141 DeduceReturnType(FunctionDecl *FD, SourceLocation Loc, bool Diagnose) argument
|
H A D | SemaDecl.cpp | 920 // Diagnose the ambiguity and return an error. 1582 bool Diagnose = false; local 1584 Diagnose = !L->isResolvedMSAsmLabel(); 1586 Diagnose = L->getStmt() == nullptr; 1587 if (Diagnose) 1606 // Diagnose unused variables in this scope. 3666 // linkage, which might be a serious problem. Diagnose this as 4126 // Diagnose whether this anonymous struct/union is an extension. 4688 /// \brief Diagnose a declaration whose declarator-id has the given 5155 /// \brief Diagnose functio [all...] |
/external/google-breakpad/src/testing/scripts/ |
H A D | gmock_doctor.py | 568 def Diagnose(msg): function 596 diagnoses = Diagnose(msg)
|