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

  /external/chromium_org/third_party/angle/src/compiler/
SymbolTable.h 305 TSymbol* find(const TString& name, bool* builtIn = 0, bool *sameScope = 0)
316 if (sameScope)
317 *sameScope = level == currentLevel();
ParseContext.cpp 744 bool sameScope = false;
745 TSymbol* symbol = symbolTable.find(identifier, &builtIn, &sameScope);
746 if (symbol == 0 || !sameScope) {
    [all...]

Completed in 24 milliseconds