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

  /external/clang/unittests/AST/
DeclPrinterTest.cpp 105 namedDecl(hasName(DeclName)).bind("id"),
128 namedDecl(hasName(DeclName)).bind("id"),
    [all...]
  /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[^:]*$"));
340 recordDecl(hasDeclContext(namedDecl(hasName("M"))))));
347 recordDecl(hasDeclContext(namedDecl(hasName("N"))))));
634 // Note that \c T must be a NamedDecl for this to work.
650 if (const NamedDecl *Named = Nodes->getNodeAs<NamedDecl>(Id))
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 575 CXCursor cxcursor::MakeCursorNamespaceRef(const NamedDecl *NS,
586 std::pair<const NamedDecl *, SourceLocation>
589 return std::make_pair(static_cast<const NamedDecl *>(C.data[0]),
811 const NamedDecl *D = dyn_cast_or_null<NamedDecl>(getCursorDecl(cursor));
816 SmallVector<const NamedDecl *, 8> OverDecls;
819 for (SmallVector<const NamedDecl *, 8>::iterator
1032 if (const NamedDecl *namedDecl = dyn_cast_or_null<NamedDecl>(decl))
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 158 const internal::VariadicDynCastAllOfMatcher<Decl, NamedDecl> namedDecl;
    [all...]

Completed in 54 milliseconds