Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp489 bool ErrorRecoveryLookup, in BuildCXXNestedNameSpecifier() argument
570 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
581 if (Found.empty() && !ErrorRecoveryLookup) { in BuildCXXNestedNameSpecifier()
612 if (Found.empty() && !ErrorRecoveryLookup && !getLangOpts().MSVCCompat) { in BuildCXXNestedNameSpecifier()
682 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
702 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
765 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
832 bool ErrorRecoveryLookup, in ActOnCXXNestedNameSpecifier() argument
/external/clang/include/clang/Sema/
DSema.h4957 bool ErrorRecoveryLookup,
4996 bool ErrorRecoveryLookup = false,