Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp1874 CoroTraitsNamespaceCache = InStd ? StdSpace : ExpSpace; in lookupCoroutineTraits()
1906 Namespace = CoroTraitsNamespaceCache; in lookupCoroutineTraits()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1152 NamespaceDecl *CoroTraitsNamespaceCache; variable
6093 NamespaceDecl *getCachedCoroNamespace() { return CoroTraitsNamespaceCache; } in getCachedCoroNamespace()