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.cpp371 static SimpleProgramPointTag cleanupTag(TagProviderName, "Clean Node");
1287 static SimpleProgramPointTag tag(TagProviderName, "Block count exceeded");
2104 static SimpleProgramPointTag
2188 static SimpleProgramPointTag tag(TagProviderName, "Location");
2199 static SimpleProgramPointTag
H A DExprEngineCallAndReturn.cpp285 static SimpleProgramPointTag retValBind("ExprEngine", "Bind Return Value");
/external/clang/include/clang/Analysis/
H A DProgramPoint.h663 class SimpleProgramPointTag : public ProgramPointTag { class in namespace:clang
666 SimpleProgramPointTag(StringRef MsgProvider, StringRef Msg);
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h472 /// (see SimpleProgramPointTag).
473 class CheckerProgramPointTag : public SimpleProgramPointTag {

Completed in 1126 milliseconds