reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
  526 template <class T> class LiteralT;

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
  543   template<class T> const LiteralT<T>& as() const {
  546   template<class T> LiteralT<T>& as() {
  568   LiteralT(const LiteralT<T> &L) : Literal(L), Val(L.Val) {}
  568   LiteralT(const LiteralT<T> &L) : Literal(L), Val(L.Val) {}
tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
  197   R_SExpr reduceLiteralT(LiteralT<T> &Orig) { return true; }
  542   void printLiteralT(const LiteralT<T> *E, StreamType &SS) {
  546   void printLiteralT(const LiteralT<uint8_t> *E, StreamType &SS) {