Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp56 NamespaceDecl *StdExp = S.lookupStdExperimentalNamespace(); in lookupPromiseType() local
57 if (!StdExp) { in lookupPromiseType()
124 auto *NNS = NestedNameSpecifier::Create(S.Context, nullptr, StdExp); in lookupPromiseType()
149 NamespaceDecl *StdExp = S.lookupStdExperimentalNamespace(); in lookupCoroutineHandleType() local
150 assert(StdExp && "Should already be diagnosed"); in lookupCoroutineHandleType()
154 if (!S.LookupQualifiedName(Result, StdExp)) { in lookupCoroutineHandleType()
1545 if (auto StdExp = lookupStdExperimentalNamespace()) { in lookupCoroutineTraits() local
1549 if (!LookupQualifiedName(Result, StdExp)) { in lookupCoroutineTraits()