Searched defs:BlameLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DConsumed.cpp487 SourceLocation BlameLoc);
576 SourceLocation BlameLoc) {
591 stateToString(VarState), BlameLoc);
600 FunDecl->getNameAsString(), stateToString(TmpState), BlameLoc);
1127 void ConsumedStateMap::checkParamsForReturnTypestate(SourceLocation BlameLoc, argument
1140 WarningsHandler.warnParamReturnTypestateMismatch(BlameLoc,
1194 SourceLocation BlameLoc = getLastStmtLoc(LoopBack); local
1204 WarningsHandler.warnLoopStateMismatch(BlameLoc,
574 checkCallability(const PropagationInfo &PInfo, const FunctionDecl *FunDecl, SourceLocation BlameLoc) argument

Completed in 196 milliseconds