Searched refs:SimpleProgramPointTag (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Analysis/
H A DProgramPoint.cpp46 SimpleProgramPointTag::SimpleProgramPointTag(StringRef MsgProvider, function in class:SimpleProgramPointTag
50 StringRef SimpleProgramPointTag::getTagDescription() const {
/external/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp28 : SimpleProgramPointTag(CheckerName, Msg) {}
32 : SimpleProgramPointTag(Checker->getCheckName().getName(), Msg) {}
H A DExprEngine.cpp382 static SimpleProgramPointTag cleanupTag(TagProviderName, "Clean Node");
1442 static SimpleProgramPointTag tag(TagProviderName, "Block count exceeded");
2330 static SimpleProgramPointTag
2414 static SimpleProgramPointTag tag(TagProviderName, "Location");
2425 static SimpleProgramPointTag
H A DExprEngineCallAndReturn.cpp288 static SimpleProgramPointTag retValBind("ExprEngine", "Bind Return Value");
/external/clang/include/clang/Analysis/
H A DProgramPoint.h54 class SimpleProgramPointTag : public ProgramPointTag { class in namespace:clang
57 SimpleProgramPointTag(StringRef MsgProvider, StringRef Msg);
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h497 /// (see SimpleProgramPointTag).
498 class CheckerProgramPointTag : public SimpleProgramPointTag {

Completed in 268 milliseconds