Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp482 bool ErrorRecoveryLookup, in BuildCXXNestedNameSpecifier() argument
568 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
579 if (Found.empty() && !ErrorRecoveryLookup) { in BuildCXXNestedNameSpecifier()
613 if (Found.empty() && !ErrorRecoveryLookup && !getLangOpts().MSVCCompat) { in BuildCXXNestedNameSpecifier()
683 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
703 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
765 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
831 bool ErrorRecoveryLookup, in ActOnCXXNestedNameSpecifier() argument
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5430 bool ErrorRecoveryLookup,
5463 bool ErrorRecoveryLookup = false,