Home | History | Annotate | Download | only in libclang

Lines Matching refs:NS

4155       const NamedDecl *NS = getCursorNamespaceRef(C).first;
4156 assert(NS && "Missing namespace decl");
4158 return cxstring::createDup(NS->getNameAsString());