HomeSort by relevance Sort by last modified time
    Searched refs:labelDecl (Results 1 - 4 of 4) sorted by null

  /external/clang/unittests/AST/
ASTImporterTest.cpp 243 has(labelStmt(hasDeclaration(labelDecl(hasName("loop"))))),
244 has(addrLabelExpr(hasDeclaration(labelDecl(hasName("loop")))))
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 334 REGISTER_MATCHER(labelDecl);
  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp 293 labelDecl(hasName("FOO"))))));
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 316 /// labelDecl()
318 const internal::VariadicDynCastAllOfMatcher<Decl, LabelDecl> labelDecl;
    [all...]

Completed in 94 milliseconds