Searched defs:Diagnose (Results 1 - 9 of 9) sorted by relevance

/external/chromium/testing/gmock/scripts/
H A Dgmock_doctor.py557 def Diagnose(msg): function
582 diagnoses = Diagnose(msg)
/external/clang/include/clang/Sema/
H A DLookup.h141 Diagnose(Redecl == Sema::NotForRedeclaration),
162 Diagnose(Redecl == Sema::NotForRedeclaration),
181 Diagnose(false),
186 if (Diagnose) diagnose();
507 Diagnose = false;
512 return !Diagnose;
659 bool Diagnose; member in class:clang::LookupResult
/external/clang/lib/Sema/
H A DSemaAccess.cpp1159 /// Diagnose the path which caused the given declaration or base class
1698 bool Diagnose) {
1706 if (Diagnose)
1694 CheckAllocationAccess(SourceLocation OpLoc, SourceRange PlacementRange, CXXRecordDecl *NamingClass, DeclAccessPair Found, bool Diagnose) argument
H A DSemaTemplateDeduction.cpp2969 S.DeduceReturnType(Fn, R.Expression->getExprLoc(), /*Diagnose*/false))
3926 bool Diagnose) {
3933 if (StillUndeduced && Diagnose && !FD->isInvalidDecl()) {
4361 // Diagnose the ambiguity.
3925 DeduceReturnType(FunctionDecl *FD, SourceLocation Loc, bool Diagnose) argument
H A DSemaExprCXX.cpp1209 // Diagnose the compatibility of this conversion.
1595 /*Diagnose=*/!FallbackEnabled)) {
1752 bool Diagnose) {
1756 if (AllowMissing || !Diagnose)
1803 if (!Diagnose && !CanPerformCopyInitialization(Entity, Owned(Args[i])))
1817 Best->FoundDecl, Diagnose) == AR_inaccessible)
1824 if (Diagnose) {
1832 if (Diagnose) {
1840 if (Diagnose) {
2009 FunctionDecl* &Operator, bool Diagnose) {
1748 FindAllocationOverload(SourceLocation StartLoc, SourceRange Range, DeclarationName Name, MultiExprArg Args, DeclContext *Ctx, bool AllowMissing, FunctionDecl *&Operator, bool Diagnose) argument
2007 FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, DeclarationName Name, FunctionDecl* &Operator, bool Diagnose) argument
[all...]
H A DSemaExprObjC.cpp2737 bool Diagnose; member in class:__anon16304::ARCCastChecker
2748 Diagnose(diagnose) {}
2866 return Diagnose ? ACC_plusOne
2880 return Diagnose ? ACC_plusOne
H A DSemaInit.cpp395 InitSeq.Diagnose(SemaRef, MemberEntity, Kind, None);
513 InitSeq.Diagnose(SemaRef, ElementEntity, Kind, None);
4627 getAssignmentAction(const InitializedEntity &Entity, bool Diagnose = false) {
4648 return !Diagnose ? Sema::AA_Passing : Sema::AA_Passing_CFAudited;
5442 Diagnose(S, Entity, Kind, Args);
5513 // Diagnose cases where we initialize a pointer to an array temporary, and the
6133 // Diagnose non-fatal problems with the completed initialization.
6182 // Diagnose initialization failures
6204 bool InitializationSequence::Diagnose(Sema &S, function in class:InitializationSequence
H A DSemaDeclCXX.cpp1382 // Diagnose any attributes we see.
2539 // Diagnose value-uses of fields to initialize themselves, e.g.
4667 bool Diagnose; member in struct:__anon16285::SpecialMemberDeletionInfo
4676 Sema::CXXSpecialMember CSM, bool Diagnose)
4677 : S(S), MD(MD), CSM(CSM), Diagnose(Diagnose),
4791 if (Diagnose) {
4869 if (Diagnose)
4881 if (Diagnose)
4893 if (Diagnose)
4675 SpecialMemberDeletionInfo(Sema &S, CXXMethodDecl *MD, Sema::CXXSpecialMember CSM, bool Diagnose) argument
4981 ShouldDeleteSpecialMember(CXXMethodDecl *MD, CXXSpecialMember CSM, bool Diagnose) argument
5262 checkTrivialSubobjectCall(Sema &S, SourceLocation SubobjLoc, QualType SubType, Sema::CXXSpecialMember CSM, TrivialSubobjectKind Kind, bool Diagnose) argument
5309 checkTrivialClassMembers(Sema &S, CXXRecordDecl *RD, Sema::CXXSpecialMember CSM, bool ConstArg, bool Diagnose) argument
5373 SpecialMemberIsTrivial(CXXMethodDecl *MD, CXXSpecialMember CSM, bool Diagnose) argument
[all...]
H A DSemaExpr.cpp62 DeduceReturnType(FD, SourceLocation(), /*Diagnose*/false))
158 ShouldDeleteSpecialMember(Method, CSM, /*Diagnose=*/true);
1652 /// Diagnose an empty lookup.
2176 // Diagnose using an ivar in a class method.
2190 // Diagnose the use of an ivar outside of the declaring class.
3556 /// \brief Diagnose if arithmetic on the given ObjC pointer is illegal.
6434 bool Diagnose,
6442 if (Diagnose) {
6719 /// \brief Diagnose invalid arithmetic on two void pointers.
6729 /// \brief Diagnose invali
6433 CheckSingleAssignmentConstraints(QualType LHSType, ExprResult &RHS, bool Diagnose, bool DiagnoseCFAudited) argument
[all...]

Completed in 358 milliseconds