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

  /external/clang/unittests/AST/
DeclPrinterTest.cpp 105 namedDecl(hasName(DeclName)).bind("id"),
128 namedDecl(hasName(DeclName)).bind("id"),
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 340 REGISTER_MATCHER(namedDecl);
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 50 DeclarationMatcher NamedX = namedDecl(hasName("X"));
63 DeclarationMatcher NamedX = namedDecl(matchesName("::X"));
74 DeclarationMatcher StartsWithNo = namedDecl(matchesName("::no"));
78 DeclarationMatcher Abc = namedDecl(matchesName("a.*b.*c"));
84 DeclarationMatcher StartsWithK = namedDecl(matchesName(":k[^:]*$"));
319 recordDecl(isDerivedFrom(namedDecl(hasName("X"))))));
648 // Note that \c T must be a NamedDecl for this to work.
664 if (const NamedDecl *Named = Nodes->getNodeAs<NamedDecl>(Id)) {
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 600 CXCursor cxcursor::MakeCursorNamespaceRef(const NamedDecl *NS,
611 std::pair<const NamedDecl *, SourceLocation>
614 return std::make_pair(static_cast<const NamedDecl *>(C.data[0]),
836 const NamedDecl *D = dyn_cast_or_null<NamedDecl>(getCursorDecl(cursor));
841 SmallVector<const NamedDecl *, 8> OverDecls;
844 for (SmallVectorImpl<const NamedDecl *>::iterator
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 160 const internal::VariadicDynCastAllOfMatcher<Decl, NamedDecl> namedDecl;
    [all...]

Completed in 64 milliseconds