Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp406 bool ErrorRecoveryLookup, in BuildCXXNestedNameSpecifier() argument
492 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
503 if (Found.empty() && !ErrorRecoveryLookup) { in BuildCXXNestedNameSpecifier()
537 if (Found.empty() && !ErrorRecoveryLookup && !getLangOpts().MSVCCompat) { in BuildCXXNestedNameSpecifier()
607 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
627 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
692 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3323 bool ErrorRecoveryLookup,