Searched defs:curScope (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaAttr.cpp330 void Sema::ActOnPragmaUnused(const Token &IdTok, Scope *curScope, argument
335 LookupParsedName(Lookup, curScope, nullptr, true);
/external/deqp/framework/randomshaders/
H A DrsgVariableManager.cpp357 ValueScope& curScope = getCurValueScope(); local
359 if (!curScope.findEntry(variable))
362 ValueEntry* newEntry = curScope.allocate(variable);
371 curScope.setValue(variable, value);
398 VariableScope& curScope = getCurVariableScope(); local
405 vector<Variable*>& curLiveVars = curScope.getLiveVariables();
417 DE_ASSERT(curScope.getLiveVariables().size() == 0);
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 303 milliseconds