OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:separateNameSpaces
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
SymbolTable.h
303
bool insert(TSymbol& symbol, bool
separateNameSpaces
)
336
if (!
separateNameSpaces
&& level.find(name) != level.end())
463
TSymbolTable() : uniqueId(0), noBuiltInRedeclarations(false),
separateNameSpaces
(false), adoptedLevels(0)
486
separateNameSpaces
= symTable.
separateNameSpaces
;
508
void setSeparateNameSpaces() {
separateNameSpaces
= true; }
533
if (!
separateNameSpaces
&& ! symbol.getAsFunction() && table[currentLevel()]->hasFunctionName(symbol.getName()))
546
return table[currentLevel()]->insert(symbol,
separateNameSpaces
);
584
table[globalLevel]->insert(*copy,
separateNameSpaces
);
612
if (
separateNameSpaces
)
[
all
...]
SymbolTable.cpp
346
separateNameSpaces
= copyOf.
separateNameSpaces
;
Completed in 83 milliseconds