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

Definitions

tools/clang/include/clang/AST/OperationKinds.def
  411 UNARY_OPERATION(PostDec, "--")
  416 UNARY_OPERATION(AddrOf, "&")
  417 UNARY_OPERATION(Deref, "*")
  420 UNARY_OPERATION(Minus, "-")
  422 UNARY_OPERATION(LNot, "!")
  424 UNARY_OPERATION(Real, "__real")
  425 UNARY_OPERATION(Imag, "__imag")
tools/clang/include/clang/AST/RecursiveASTVisitor.h
  161   Derived &getDerived() { return *static_cast<Derived *>(this); }
  392   UNARYOP_LIST()
  539   bool dataTraverseNode(Stmt *S, DataRecursionQueue *Queue);
  539   bool dataTraverseNode(Stmt *S, DataRecursionQueue *Queue);
  544 bool RecursiveASTVisitor<Derived>::dataTraverseNode(Stmt *S,
  545                                                     DataRecursionQueue *Queue) {
usr/include/c++/7.4.0/type_traits
   84     constexpr _Tp integral_constant<_Tp, __v>::value;