Searched refs:getDeclAs (Results 1 - 3 of 3) sorted by relevance

/external/clang/unittests/AST/
H A DDeclPrinterTest.cpp48 const Decl *D = Result.Nodes.getDeclAs<Decl>("id");
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h79 const T *getDeclAs(StringRef ID) const { function in class:clang::ast_matchers::BoundNodes
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp636 if (const Decl *Node = Nodes->getDeclAs<T>(Id)) {

Completed in 266 milliseconds