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

/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.h85 static bool shouldBeGloballyIndexed(const ValueDecl *VD) { function in class:clang::interp::final
H A DContext.cpp115 if (shouldBeGloballyIndexed(VD) && !Res.isInvalid() &&
H A DProgram.cpp165 IsStatic = Context::shouldBeGloballyIndexed(VD);
H A DByteCodeExprGen.cpp33 Ctx->GlobalDecl = Context::shouldBeGloballyIndexed(VD);
2367 if (Context::shouldBeGloballyIndexed(VD)) {
2406 if (Context::shouldBeGloballyIndexed(VD)) {

Completed in 71 milliseconds