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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DProgramPoint.cpp46 SimpleProgramPointTag::SimpleProgramPointTag(StringRef MsgProvider, function in class:SimpleProgramPointTag
50 StringRef SimpleProgramPointTag::getTagDescription() const {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp28 : SimpleProgramPointTag(CheckerName, Msg) {}
32 : SimpleProgramPointTag(Checker->getCheckName().getName(), Msg) {}
H A DExprEngine.cpp381 static SimpleProgramPointTag cleanupTag(TagProviderName, "Clean Node");
1426 static SimpleProgramPointTag tag(TagProviderName, "Block count exceeded");
2268 static SimpleProgramPointTag
2352 static SimpleProgramPointTag tag(TagProviderName, "Location");
2363 static SimpleProgramPointTag
H A DExprEngineCallAndReturn.cpp285 static SimpleProgramPointTag retValBind("ExprEngine", "Bind Return Value");
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h54 class SimpleProgramPointTag : public ProgramPointTag { class in namespace:clang
57 SimpleProgramPointTag(StringRef MsgProvider, StringRef Msg);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h483 /// (see SimpleProgramPointTag).
484 class CheckerProgramPointTag : public SimpleProgramPointTag {

Completed in 107 milliseconds