Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp57 NamespaceDecl *StdExp = S.lookupStdExperimentalNamespace(); in lookupPromiseType() local
58 if (!StdExp) { in lookupPromiseType()
125 auto *NNS = NestedNameSpecifier::Create(S.Context, nullptr, StdExp); in lookupPromiseType()
150 NamespaceDecl *StdExp = S.lookupStdExperimentalNamespace(); in lookupCoroutineHandleType() local
151 assert(StdExp && "Should already be diagnosed"); in lookupCoroutineHandleType()
155 if (!S.LookupQualifiedName(Result, StdExp)) { in lookupCoroutineHandleType()
1704 if (auto StdExp = lookupStdExperimentalNamespace()) { in lookupCoroutineTraits() local
1708 if (!LookupQualifiedName(Result, StdExp)) { in lookupCoroutineTraits()