Home
last modified time | relevance | path

Searched refs:stateToString (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp248 static StringRef stateToString(ConsumedState State) { in stateToString() function
596 stateToString(VarState), BlameLoc); in checkCallability()
604 FunDecl->getNameAsString(), stateToString(TmpState), BlameLoc); in checkCallability()
640 stateToString(ExpectedState), stateToString(ParamState)); in handleCall()
887 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt()
888 stateToString(RetState)); in VisitReturnStmt()
1103 Param->getNameAsString(), stateToString(ExpectedState), in checkParamsForReturnTypestate()
1104 stateToString(DM.second)); in checkParamsForReturnTypestate()