Searched refs:StdExp (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp57 NamespaceDecl *StdExp = S.lookupStdExperimentalNamespace(); local
58 if (!StdExp) {
125 auto *NNS = NestedNameSpecifier::Create(S.Context, nullptr, StdExp);
150 NamespaceDecl *StdExp = S.lookupStdExperimentalNamespace();
151 assert(StdExp && "Should already be diagnosed");
155 if (!S.LookupQualifiedName(Result, StdExp)) {
1661 if (auto StdExp = lookupStdExperimentalNamespace()) {
1665 if (!LookupQualifiedName(Result, StdExp)) {

Completed in 101 milliseconds