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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 2472     unaryExprOrTypeTraitExpr;

References

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 2508   return stmt(unaryExprOrTypeTraitExpr(
 2517   return stmt(unaryExprOrTypeTraitExpr(
tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  508   REGISTER_MATCHER(unaryExprOrTypeTraitExpr);
tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp
  163                                   hasAncestor(unaryExprOrTypeTraitExpr())))),
  167                                   unaryExprOrTypeTraitExpr(unless(sizeOfExpr(
tools/clang/tools/extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
  590   auto SizeOfCharExpr = unaryExprOrTypeTraitExpr(has(expr(AnyOfCharTy)));
tools/clang/unittests/AST/ASTImporterTest.cpp
  994                        hasDescendant(unaryExprOrTypeTraitExpr()))));
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
  446                       unaryExprOrTypeTraitExpr()));