Home | History | Annotate | Download | only in libclang

Lines Matching refs:NS

737 CXCursor cxcursor::MakeCursorNamespaceRef(const NamedDecl *NS,
741 assert(NS && (isa<NamespaceDecl>(NS) || isa<NamespaceAliasDecl>(NS)) && TU &&
744 CXCursor C = { CXCursor_NamespaceRef, 0, { NS, RawLoc, TU } };