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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 1991     addrLabelExpr;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  126   REGISTER_MATCHER(addrLabelExpr);
tools/clang/unittests/AST/ASTImporterTest.cpp
  586               addrLabelExpr(hasDeclaration(labelDecl(hasName("loop")))))));
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
  338                       addrLabelExpr()));