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

References

tools/clang/include/clang/AST/Comment.h
  743   static const char *getDirectionAsString(PassDirection D);
  745   PassDirection getDirection() const LLVM_READONLY {
  753   void setDirection(PassDirection Direction, bool Explicit) {
tools/clang/lib/AST/Comment.cpp
  192 const char *ParamCommandComment::getDirectionAsString(PassDirection D) {
tools/clang/unittests/AST/CommentParser.cpp
  185                               ParamCommandComment::PassDirection Direction,
utils/unittest/googletest/include/gtest/gtest-message.h
  116   inline Message& operator <<(const T& val) {
utils/unittest/googletest/include/gtest/gtest.h
  305   template <typename T> AssertionResult& operator<<(const T& value) {
utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h
   35 auto printable(const T &V) -> decltype(StreamSwitch<T>::printable(V)) {
   35 auto printable(const T &V) -> decltype(StreamSwitch<T>::printable(V)) {
   37   return StreamSwitch<T>::printable(V);
   54   const T& V;
   55   friend std::ostream &operator<<(std::ostream &S, const RawStreamProxy<T> &V) {
   69   static const RawStreamProxy<T> printable(const T &V) { return {V}; }
   69   static const RawStreamProxy<T> printable(const T &V) { return {V}; }