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

/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp439 /// \param ErrorRecoveryLookup Specifies if the method is called to improve
451 /// If ErrorRecoveryLookup is true, then this call is used to improve error
465 bool ErrorRecoveryLookup,
546 if (ErrorRecoveryLookup)
557 if (Found.empty() && !ErrorRecoveryLookup) {
588 if (Found.empty() && !ErrorRecoveryLookup && !getLangOpts().MSVCCompat) {
653 if (ErrorRecoveryLookup)
673 if (ErrorRecoveryLookup)
735 if (ErrorRecoveryLookup)
802 bool ErrorRecoveryLookup,
457 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
795 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
[all...]

Completed in 62 milliseconds