Home | History | Annotate | Download | only in libclang

Lines Matching refs:getCursorNamespaceRef

3071       NamedDecl *NS = getCursorNamespaceRef(C).first;
3846 std::pair<NamedDecl *, SourceLocation> P = getCursorNamespaceRef(C);
3992 return getCursorNamespaceRef(C).second;
4203 return MakeCXCursor(getCursorNamespaceRef(C).first, tu );