HomeSort by relevance Sort by last modified time
    Searched refs:sameScope (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
SymbolTable.h 285 TSymbol* find(const TString& name, bool* builtIn = 0, bool *sameScope = 0)
296 if (sameScope)
297 *sameScope = level == currentLevel();
ParseHelper.cpp 754 bool sameScope = false;
755 TSymbol* symbol = symbolTable.find(identifier, &builtIn, &sameScope);
756 if (symbol == 0 || !sameScope) {
    [all...]

Completed in 4278 milliseconds