Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp500 bool ErrorRecoveryLookup, in BuildCXXNestedNameSpecifier() argument
586 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
597 if (Found.empty() && !ErrorRecoveryLookup) { in BuildCXXNestedNameSpecifier()
631 if (Found.empty() && !ErrorRecoveryLookup && !getLangOpts().MSVCCompat) { in BuildCXXNestedNameSpecifier()
701 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
721 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
787 if (ErrorRecoveryLookup) in BuildCXXNestedNameSpecifier()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6957 bool ErrorRecoveryLookup,