Lines Matching refs:namedDecl
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
1075 if (const NamedDecl *namedDecl = dyn_cast_or_null<NamedDecl>(decl)) {
1077 CodeCompletionResult Result(namedDecl, CCP_Declaration);