Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp40 std::string threadSafety::getSourceLiteralString(const Expr *CE) { in getSourceLiteralString() function in threadSafety