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

/freebsd-9.3-release/contrib/llvm/tools/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;
678 bool Diagnose; member in class:clang::LookupResult
H A DInitialization.h887 /// \brief Diagnose an potentially-invalid initialization sequence.
891 bool Diagnose(Sema &S,
H A DSema.h1576 /// \brief Diagnose any unused parameters in the given sequence of
1581 /// \brief Diagnose whether the size of parameters or return value of a
1714 bool Diagnose = false);
3868 bool Diagnose = false);
4182 bool Diagnose = true);
4191 bool Diagnose = true);
4941 bool Diagnose = true);
5530 /// \brief Diagnose unexpanded parameter packs.
5932 bool Diagnose = true);
7336 bool Diagnose
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1236 // Diagnose the compatibility of this conversion.
1629 /*Diagnose=*/!FallbackEnabled)) {
1806 bool Diagnose) {
1810 if (AllowMissing || !Diagnose)
1857 if (!Diagnose && !CanPerformCopyInitialization(Entity, Owned(Args[i])))
1871 Best->FoundDecl, Diagnose) == AR_inaccessible)
1878 if (Diagnose) {
1886 if (Diagnose) {
1894 if (Diagnose) {
2138 FunctionDecl* &Operator, bool Diagnose) {
1802 FindAllocationOverload(SourceLocation StartLoc, SourceRange Range, DeclarationName Name, MultiExprArg Args, DeclContext *Ctx, bool AllowMissing, FunctionDecl *&Operator, bool Diagnose) argument
2136 FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, DeclarationName Name, FunctionDecl* &Operator, bool Diagnose) argument
[all...]
H A DSemaDeclCXX.cpp1426 // Diagnose any attributes we see.
2285 // Diagnose value-uses of fields to initialize themselves, e.g.
4865 bool Diagnose; member in struct:__anon3266::SpecialMemberDeletionInfo
4874 Sema::CXXSpecialMember CSM, bool Diagnose)
4875 : S(S), MD(MD), CSM(CSM), Diagnose(Diagnose),
4993 if (Diagnose) {
5071 if (Diagnose)
5083 if (Diagnose)
5095 if (Diagnose)
4873 SpecialMemberDeletionInfo(Sema &S, CXXMethodDecl *MD, Sema::CXXSpecialMember CSM, bool Diagnose) argument
5183 ShouldDeleteSpecialMember(CXXMethodDecl *MD, CXXSpecialMember CSM, bool Diagnose) argument
5464 checkTrivialSubobjectCall(Sema &S, SourceLocation SubobjLoc, QualType SubType, Sema::CXXSpecialMember CSM, TrivialSubobjectKind Kind, bool Diagnose) argument
5511 checkTrivialClassMembers(Sema &S, CXXRecordDecl *RD, Sema::CXXSpecialMember CSM, bool ConstArg, bool Diagnose) argument
5575 SpecialMemberIsTrivial(CXXMethodDecl *MD, CXXSpecialMember CSM, bool Diagnose) argument
[all...]
H A DSemaAccess.cpp1158 /// Diagnose the path which caused the given declaration or base class
1699 bool Diagnose) {
1707 if (Diagnose)
1695 CheckAllocationAccess(SourceLocation OpLoc, SourceRange PlacementRange, CXXRecordDecl *NamingClass, DeclAccessPair Found, bool Diagnose) argument
H A DSemaExprObjC.cpp2747 bool Diagnose; member in class:__anon3286::ARCCastChecker
2758 Diagnose(diagnose) {}
2876 return Diagnose ? ACC_plusOne
2890 return Diagnose ? ACC_plusOne
H A DSemaInit.cpp394 InitSeq.Diagnose(SemaRef, MemberEntity, Kind, None);
512 InitSeq.Diagnose(SemaRef, ElementEntity, Kind, None);
4698 getAssignmentAction(const InitializedEntity &Entity, bool Diagnose = false) {
4719 return !Diagnose ? Sema::AA_Passing : Sema::AA_Passing_CFAudited;
5523 Diagnose(S, Entity, Kind, Args);
5594 // Diagnose cases where we initialize a pointer to an array temporary, and the
6225 // Diagnose non-fatal problems with the completed initialization.
6274 // Diagnose initialization failures
6318 bool InitializationSequence::Diagnose(Sema &S, function in class:InitializationSequence
H A DSemaExpr.cpp63 DeduceReturnType(FD, SourceLocation(), /*Diagnose*/false))
159 ShouldDeleteSpecialMember(Method, CSM, /*Diagnose=*/true);
1704 /// Diagnose an empty lookup.
2228 // Diagnose using an ivar in a class method.
2242 // Diagnose the use of an ivar outside of the declaring class.
3642 /// \brief Diagnose if arithmetic on the given ObjC pointer is illegal.
6524 bool Diagnose,
6532 if (Diagnose) {
6811 /// \brief Diagnose invalid arithmetic on two void pointers.
6821 /// \brief Diagnose invali
6523 CheckSingleAssignmentConstraints(QualType LHSType, ExprResult &RHS, bool Diagnose, bool DiagnoseCFAudited) argument
11382 getParentOfCapturingContextOrNull(DeclContext *DC, VarDecl *Var, SourceLocation Loc, const bool Diagnose, Sema &S) argument
11397 isVariableCapturable(CapturingScopeInfo *CSI, VarDecl *Var, SourceLocation Loc, const bool Diagnose, Sema &S) argument
[all...]
H A DSemaTemplateDeduction.cpp2980 S.DeduceReturnType(Fn, R.Expression->getExprLoc(), /*Diagnose*/false))
3692 /*Diagnose*/ true);
4111 bool Diagnose) {
4118 if (StillUndeduced && Diagnose && !FD->isInvalidDecl()) {
4542 // Diagnose the ambiguity.
4110 DeduceReturnType(FunctionDecl *FD, SourceLocation Loc, bool Diagnose) argument

Completed in 421 milliseconds