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

/external/clang/include/clang/Sema/
H A DLookup.h141 Diagnose(Redecl == Sema::NotForRedeclaration),
163 Diagnose(Redecl == Sema::NotForRedeclaration),
183 Diagnose(false),
189 if (Diagnose) diagnose();
519 Diagnose = false;
524 return !Diagnose;
672 bool Diagnose; member in class:clang::LookupResult
/external/clang/lib/Sema/
H A DSemaAccess.cpp1148 /// Diagnose the path which caused the given declaration or base class
1688 bool Diagnose) {
1696 if (Diagnose)
1684 CheckAllocationAccess(SourceLocation OpLoc, SourceRange PlacementRange, CXXRecordDecl *NamingClass, DeclAccessPair Found, bool Diagnose) argument
H A DSemaTemplateDeduction.cpp3006 S.DeduceReturnType(Fn, R.Expression->getExprLoc(), /*Diagnose*/ false))
3685 /*Diagnose*/ true);
4104 bool Diagnose) {
4111 if (StillUndeduced && Diagnose && !FD->isInvalidDecl()) {
4522 // Diagnose the ambiguity.
4103 DeduceReturnType(FunctionDecl *FD, SourceLocation Loc, bool Diagnose) argument
H A DSemaExprCXX.cpp1276 // Diagnose the compatibility of this conversion.
1670 /*Diagnose=*/!FallbackEnabled)) {
1851 /// \param Diagnose If \c true, issue errors if the allocation function is not
1857 bool Diagnose) {
1861 if (AllowMissing || !Diagnose)
1899 Best->FoundDecl, Diagnose) == AR_inaccessible)
1907 if (Diagnose) {
1915 if (Diagnose) {
1923 if (Diagnose) {
2164 FunctionDecl* &Operator, bool Diagnose) {
1853 FindAllocationOverload(SourceLocation StartLoc, SourceRange Range, DeclarationName Name, MultiExprArg Args, DeclContext *Ctx, bool AllowMissing, FunctionDecl *&Operator, bool Diagnose) argument
2162 FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, DeclarationName Name, FunctionDecl* &Operator, bool Diagnose) argument
[all...]
H A DSemaExprObjC.cpp2835 bool Diagnose; member in class:__anon18056::ARCCastChecker
2846 Diagnose(diagnose) {}
2964 return Diagnose ? ACC_plusOne
2978 return Diagnose ? ACC_plusOne
H A DSemaInit.cpp431 InitSeq.Diagnose(SemaRef, Entity, Kind, SubInit);
4825 getAssignmentAction(const InitializedEntity &Entity, bool Diagnose = false) {
4846 return !Diagnose ? Sema::AA_Passing : Sema::AA_Passing_CFAudited;
5652 Diagnose(S, Entity, Kind, Args);
5723 // Diagnose cases where we initialize a pointer to an array temporary, and the
6347 // Diagnose non-fatal problems with the completed initialization.
6393 // Diagnose initialization failures
6437 bool InitializationSequence::Diagnose(Sema &S, function in class:InitializationSequence
H A DSemaDeclCXX.cpp1500 // Diagnose any attributes we see.
2363 // Diagnose value-uses of fields to initialize themselves, e.g.
5011 ShouldDeleteSpecialMember(MD, CSM, /*Diagnose*/true);
5071 bool Diagnose; member in struct:__anon18035::SpecialMemberDeletionInfo
5080 Sema::CXXSpecialMember CSM, bool Diagnose)
5081 : S(S), MD(MD), CSM(CSM), Diagnose(Diagnose),
5188 if (Diagnose) {
5268 if (Diagnose)
5280 if (Diagnose)
5079 SpecialMemberDeletionInfo(Sema &S, CXXMethodDecl *MD, Sema::CXXSpecialMember CSM, bool Diagnose) argument
5378 ShouldDeleteSpecialMember(CXXMethodDecl *MD, CXXSpecialMember CSM, bool Diagnose) argument
5647 checkTrivialSubobjectCall(Sema &S, SourceLocation SubobjLoc, QualType SubType, bool ConstRHS, Sema::CXXSpecialMember CSM, TrivialSubobjectKind Kind, bool Diagnose) argument
5697 checkTrivialClassMembers(Sema &S, CXXRecordDecl *RD, Sema::CXXSpecialMember CSM, bool ConstArg, bool Diagnose) argument
5758 SpecialMemberIsTrivial(CXXMethodDecl *MD, CXXSpecialMember CSM, bool Diagnose) argument
[all...]
H A DSemaExpr.cpp63 DeduceReturnType(FD, SourceLocation(), /*Diagnose*/ false))
153 ShouldDeleteSpecialMember(Method, CSM, /*Diagnose=*/true);
1722 /// Diagnose an empty lookup.
1968 // Diagnose this as unqualified lookup into a dependent base class. If 'this'
2234 // Diagnose a missing typename if this resolved unambiguously to a type in
2323 // Diagnose using an ivar in a class method.
2337 // Diagnose the use of an ivar outside of the declaring class.
3741 /// \brief Diagnose if arithmetic on the given ObjC pointer is illegal.
6691 bool Diagnose,
6699 if (Diagnose) {
6690 CheckSingleAssignmentConstraints(QualType LHSType, ExprResult &RHS, bool Diagnose, bool DiagnoseCFAudited) argument
11636 getParentOfCapturingContextOrNull(DeclContext *DC, VarDecl *Var, SourceLocation Loc, const bool Diagnose, Sema &S) argument
11651 isVariableCapturable(CapturingScopeInfo *CSI, VarDecl *Var, SourceLocation Loc, const bool Diagnose, Sema &S) argument
[all...]

Completed in 2183 milliseconds