Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp2134 const bool isGlobalScope = mIndentLevel == -1; in visitBlock() local
2138 if (isGlobalScope) in visitBlock()
2158 if (isGlobalScope && prevStmtNode && (NewlinePad(*prevStmtNode) || NewlinePad(stmtNode))) in visitBlock()
2177 if (isGlobalScope) in visitBlock()
/external/llvm-project/lld/COFF/
DPDB.cpp415 static bool symbolGoesInModuleStream(const CVSymbol &sym, bool isGlobalScope) { in symbolGoesInModuleStream() argument
429 return !isGlobalScope; in symbolGoesInModuleStream()