Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp476 bool ErrorRecoveryLookup, in BuildCXXNestedNameSpecifier() argument
562 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
573 if (Found.empty() && !ErrorRecoveryLookup) { in BuildCXXNestedNameSpecifier()
607 if (Found.empty() && !ErrorRecoveryLookup && !getLangOpts().MSVCCompat) { in BuildCXXNestedNameSpecifier()
677 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
697 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
763 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7106 bool ErrorRecoveryLookup,