Searched refs:VarState (Results 1 – 2 of 2) sorted by relevance
589 ConsumedState VarState = StateMap->getState(PInfo.getVar()); in checkCallability() local591 if (VarState == CS_None || isCallableInState(CWAttr, VarState)) in checkCallability()596 stateToString(VarState), BlameLoc); in checkCallability()938 ConsumedState VarState = ThenStates->getState(Test.Var); in splitVarStateForIf() local940 if (VarState == CS_Unknown) { in splitVarStateForIf()943 } else if (VarState == invertConsumedUnconsumed(Test.TestsFor)) { in splitVarStateForIf()945 } else if (VarState == Test.TestsFor) { in splitVarStateForIf()1272 ConsumedState VarState = CurrStates->getState(Test.Var); in splitState() local1275 if (VarState == CS_Unknown) in splitState()1277 else if (VarState == invertConsumedUnconsumed(Test.TestsFor)) in splitState()[all …]
5200 auto VarState = this->visitDecl(VD); in visitDeclRef() local5202 if (VarState.notCreated()) in visitDeclRef()5204 if (!VarState) in visitDeclRef()