Home
last modified time | relevance | path

Searched refs:ErrorRecoveryLookup (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp465 bool ErrorRecoveryLookup, in BuildCXXNestedNameSpecifier() argument
543 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
556 if (Found.empty() && !ErrorRecoveryLookup) { in BuildCXXNestedNameSpecifier()
585 if (Found.empty() && !ErrorRecoveryLookup && !getLangOpts().MSVCCompat) { in BuildCXXNestedNameSpecifier()
650 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
670 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
732 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
799 bool ErrorRecoveryLookup, in ActOnCXXNestedNameSpecifier() argument
/external/clang/include/clang/Sema/
DSema.h4591 bool ErrorRecoveryLookup,
4630 bool ErrorRecoveryLookup = false,