Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp411 bool ErrorRecoveryLookup, in BuildCXXNestedNameSpecifier() argument
497 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
508 if (Found.empty() && !ErrorRecoveryLookup) { in BuildCXXNestedNameSpecifier()
542 if (Found.empty() && !ErrorRecoveryLookup && !getLangOpts().MSVCCompat) { in BuildCXXNestedNameSpecifier()
612 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
632 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
698 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2871 bool ErrorRecoveryLookup,