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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DProgramPoint.cpp46 SimpleProgramPointTag::SimpleProgramPointTag(StringRef description) function in class:SimpleProgramPointTag
49 StringRef SimpleProgramPointTag::getTagDescription() const {
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h662 class SimpleProgramPointTag : public ProgramPointTag { class in namespace:clang
665 SimpleProgramPointTag(StringRef description);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp406 static SimpleProgramPointTag Tag("CallAndMessageChecker : NilReceiver");
H A DMacOSKeychainAPIChecker.cpp578 static SimpleProgramPointTag Tag("MacOSKeychainAPIChecker : DeadSymbolsLeak");
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp352 static SimpleProgramPointTag cleanupTag("ExprEngine : Clean Node");
1194 static SimpleProgramPointTag tag("ExprEngine : Block count exceeded");
1964 static SimpleProgramPointTag
2048 static SimpleProgramPointTag tag("ExprEngine: Location");
2059 static SimpleProgramPointTag
H A DExprEngineCallAndReturn.cpp282 static SimpleProgramPointTag retValBind("ExprEngine : Bind Return Value");

Completed in 173 milliseconds