Home
last modified time | relevance | path

Searched refs:getSourceLiteralString (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h78 std::string getSourceLiteralString(const Expr *CE);
H A DThreadSafetyTraverse.h552 SS << getSourceLiteralString(E->clangExpr()); in printLiteral()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp41 std::string threadSafety::getSourceLiteralString(const Expr *CE) { in getSourceLiteralString() function in threadSafety