Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp486 bool ErrorRecoveryLookup, in BuildCXXNestedNameSpecifier() argument
572 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
583 if (Found.empty() && !ErrorRecoveryLookup) { in BuildCXXNestedNameSpecifier()
617 if (Found.empty() && !ErrorRecoveryLookup && !getLangOpts().MSVCCompat) { in BuildCXXNestedNameSpecifier()
687 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
707 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
769 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
835 bool ErrorRecoveryLookup, in ActOnCXXNestedNameSpecifier() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6444 bool ErrorRecoveryLookup,
6477 bool ErrorRecoveryLookup = false,