Home
last modified time | relevance | path

Searched defs:fieldSymbol (Results 1 – 2 of 2) sorted by relevance

/external/nullaway/nullaway/src/main/java/com/uber/nullaway/
DNullAway.java1017 Symbol fieldSymbol, TreePath initTreePath, VisitorState state) { in fieldInitializedByPreviousInitializer()
1807 Symbol fieldSymbol = ASTHelpers.getSymbol(varTree); in collectEntities() local
1872 private boolean skipDueToFieldAnnotation(Symbol fieldSymbol) { in skipDueToFieldAnnotation()
/external/angle/src/compiler/translator/
DCollectVariables.cpp1034 const TSymbol *fieldSymbol = mSymbolTable->findGlobal(field->name()); in recordInterfaceBlock() local