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

/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp394 /// \param ErrorRecoveryLookup Specifies if the method is called to improve
406 /// If ErrorRecoveryLookup is true, then this call is used to improve error
420 bool ErrorRecoveryLookup,
498 if (ErrorRecoveryLookup)
511 if (Found.empty() && !ErrorRecoveryLookup) {
540 if (Found.empty() && !ErrorRecoveryLookup && !getLangOpts().MSVCCompat) {
600 if (ErrorRecoveryLookup)
617 if (ErrorRecoveryLookup)
675 if (ErrorRecoveryLookup)
737 bool ErrorRecoveryLookup,
412 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
730 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
[all...]

Completed in 33 milliseconds