| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Lookup.h | 151 Diagnose(Redecl == Sema::NotForRedeclaration) { 164 Diagnose(Redecl == Sema::NotForRedeclaration) { 195 Diagnose(std::move(Other.Diagnose)), 200 Other.Diagnose = false; 218 Diagnose = std::move(Other.Diagnose); 223 Other.Diagnose = false; 228 if (Diagnose) diagnose(); 694 void diagnose() { function in class:clang::LookupResult [all...] |
| Sema.h | 2026 /// Abstract class used to diagnose incomplete types. 2030 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) = 0; 2069 void diagnose(Sema &S, SourceLocation Loc, QualType T) override { 2096 void diagnose(Sema &S, SourceLocation Loc, QualType T) override { 2675 /// Diagnose issues that are non-constant or that are extensions. 2676 Diagnose, 2833 /// Diagnose any unused parameters in the given sequence of 2837 /// Diagnose whether the size of parameters or return value of a 2920 /// Diagnose that the specified declaration needs to be visible but 2935 /// and partial specializations are visible, and diagnose if not [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaExprObjC.cpp | 2539 /// Diagnose use of %s directive in an NSString which is being passed 3544 bool Diagnose; 3553 ARCConversionTypeClass target, bool diagnose) 3555 Diagnose(diagnose) {} 3676 return Diagnose ? ACC_plusOne 3690 return Diagnose ? ACC_plusOne 4234 bool CfToNs, bool Diagnose) { 4250 if (Diagnose) { 4261 if (Diagnose) { [all...] |
| SemaTemplate.cpp | 242 // Leave the ambiguity for a later lookup to diagnose. 249 // We'll diagnose the ambiguity later. 329 // FIXME: Diagnose an ambiguity if we find at least one template. 485 // all language modes, and diagnose the empty lookup in ActOnCallExpr if we 657 // If this is a dependent-scope lookup, diagnose that the 'template' keyword 801 // If we're allowed to diagnose this and recover, do so. 1299 /// Require the given type to be a structural type, and diagnose if it is not. 2544 /// Diagnose the presence of a default template argument on a 2694 // Variables used to diagnose redundant default arguments 2699 // Variable used to diagnose missing default argument 11015 void diagnose(NamedDecl *D, bool IsPartialSpec) { function in class:__anon3227::ExplicitSpecializationVisibilityChecker [all...] |
| SemaDecl.cpp | 426 // diagnose the error then. If we don't do this, then the error 455 // We found a type within the ambiguous lookup; diagnose the 579 // Diagnose that this identifier was undeclared, and retry the lookup during 607 /// TST_union, TST_struct, TST_interface, TST_class). This is used to diagnose 1064 // Diagnose the ambiguity and return an error. 1811 // dependent, don't diagnose the variable. 1914 bool Diagnose = false; 1916 Diagnose = !L->isResolvedMSAsmLabel(); 1918 Diagnose = L->getStmt() == nullptr; 1919 if (Diagnose) [all...] |
| SemaChecking.cpp | 690 // diagnostic isn't quite right. We should still diagnose passing a buffer 889 /// Diagnose integer type and any valid implicit conversion to it. 1449 ICEArguments = 0; // Don't diagnose previously diagnosed errors. 1451 // If any arguments are required to be ICE's, check and diagnose. 4404 /// Diagnose use of %s directive in an NSString which is being passed 7147 void Diagnose(Sema &S, bool IsFunctionCall, const Expr *ArgExpr); 7644 UncoveredArg.Diagnose(*this, /*IsFunctionCall*/true, Args[ArgIdx]); 7972 void UncoveredArgHandler::Diagnose(Sema &S, bool IsFunctionCall, 8783 // Diagnose attempts to print a boolean value as a character. Unlike other 9999 /// Diagnose cases like 'memset(buf, sizeof(buf), 0)', which should have th [all...] |