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

Declarations

tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
   52 bool NotUnaryOperator(const ast_type_traits::DynTypedNode &DynNode,

References

tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
   94     return Func(DynNode, Finder, Builder, InnerMatchers);
  187         new VariadicMatcher<NotUnaryOperator>(std::move(InnerMatchers)));