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

/external/clang/include/clang/Sema/
H A DLookup.h141 Diagnose(Redecl == Sema::NotForRedeclaration)
161 Diagnose(Redecl == Sema::NotForRedeclaration)
179 Diagnose(false)
183 if (Diagnose) diagnose();
494 Diagnose = false;
499 return !Diagnose;
646 bool Diagnose; member in class:clang::LookupResult
H A DInitialization.h798 /// \brief Diagnose an potentially-invalid initialization sequence.
802 bool Diagnose(Sema &S,
H A DSema.h1342 /// \brief Diagnose any unused parameters in the given sequence of
1347 /// \brief Diagnose whether the size of parameters or return value of a
3427 bool Diagnose = false);
3722 bool Diagnose = true);
3730 bool Diagnose = true);
4448 bool Diagnose = true);
5020 /// \brief Diagnose unexpanded parameter packs.
6599 bool Diagnose = true);
6817 /// CheckBooleanCondition - Diagnose problems involving the use of
/external/chromium/testing/gmock/scripts/
H A Dgmock_doctor.py557 def Diagnose(msg): function
582 diagnoses = Diagnose(msg)
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1693 bool Diagnose) {
1697 if (AllowMissing || !Diagnose)
1746 if (!Diagnose && !CanPerformCopyInitialization(Entity, Owned(Args[i])))
1760 Best->FoundDecl, Diagnose) == AR_inaccessible)
1767 if (Diagnose) {
1776 if (Diagnose) {
1785 if (Diagnose) {
1952 FunctionDecl* &Operator, bool Diagnose) {
1981 if (Diagnose) {
1989 Matches[0], Diagnose)
1689 FindAllocationOverload(SourceLocation StartLoc, SourceRange Range, DeclarationName Name, Expr** Args, unsigned NumArgs, DeclContext *Ctx, bool AllowMissing, FunctionDecl *&Operator, bool Diagnose) argument
1950 FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, DeclarationName Name, FunctionDecl* &Operator, bool Diagnose) argument
[all...]
H A DSemaDeclCXX.cpp2171 // Diagnose value-uses of fields to initialize themselves, e.g.
4243 bool Diagnose; member in struct:__anon198::SpecialMemberDeletionInfo
4252 Sema::CXXSpecialMember CSM, bool Diagnose)
4253 : S(S), MD(MD), CSM(CSM), Diagnose(Diagnose),
4367 if (Diagnose) {
4445 if (Diagnose)
4457 if (Diagnose)
4469 if (Diagnose)
4477 if (Diagnose)
4251 SpecialMemberDeletionInfo(Sema &S, CXXMethodDecl *MD, Sema::CXXSpecialMember CSM, bool Diagnose) argument
4557 ShouldDeleteSpecialMember(CXXMethodDecl *MD, CXXSpecialMember CSM, bool Diagnose) argument
[all...]
H A DSemaAccess.cpp1092 /// Diagnose the path which caused the given declaration or base class
1645 bool Diagnose) {
1653 if (Diagnose)
1641 CheckAllocationAccess(SourceLocation OpLoc, SourceRange PlacementRange, CXXRecordDecl *NamingClass, DeclAccessPair Found, bool Diagnose) argument
H A DSemaExprObjC.cpp2561 bool Diagnose; member in class:__anon215::ARCCastChecker
2572 Diagnose(diagnose) {}
2690 return Diagnose ? ACC_plusOne
2704 return Diagnose ? ACC_plusOne
H A DSemaInit.cpp317 InitSeq.Diagnose(SemaRef, MemberEntity, Kind, 0, 0);
426 InitSeq.Diagnose(SemaRef, ElementEntity, Kind, 0, 0);
4778 Diagnose(S, Entity, Kind, Args.data(), NumArgs);
4849 // Diagnose cases where we initialize a pointer to an array temporary, and the
5411 // Diagnose non-fatal problems with the completed initialization.
5422 // Diagnose initialization failures
5424 bool InitializationSequence::Diagnose(Sema &S, function in class:InitializationSequence
H A DSemaExpr.cpp133 ShouldDeleteSpecialMember(Method, CSM, /*Diagnose=*/true);
1454 /// Diagnose an empty lookup.
1933 // Diagnose using an ivar in a class method.
1947 // Diagnose the use of an ivar outside of the declaring class.
3215 /// \brief Diagnose if arithmetic on the given ObjC pointer is illegal.
5895 bool Diagnose) {
5902 if (Diagnose) {
6164 /// \brief Diagnose invalid arithmetic on two void pointers.
6174 /// \brief Diagnose invalid arithmetic on a void pointer.
6183 /// \brief Diagnose invali
5894 CheckSingleAssignmentConstraints(QualType LHSType, ExprResult &RHS, bool Diagnose) argument
[all...]

Completed in 169 milliseconds