Home | History | Annotate | Download | only in libclang

Lines Matching refs:Template

559 CXCursor cxcursor::MakeCursorTemplateRef(const TemplateDecl *Template, 
562 assert(Template && TU && "Invalid arguments!");
564 CXCursor C = { CXCursor_TemplateRef, 0, { Template, RawLoc, TU } };
977 template<> struct DenseMapInfo<CXCursor> {