reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/libclang/CXCursor.h
   99 CXCursor MakeCursorTemplateRef(const TemplateDecl *Template, SourceLocation Loc,

References

tools/clang/tools/libclang/CIndex.cpp
 1425     return Visit(MakeCursorTemplateRef(Name.getAsTemplateDecl(), Loc, TU));
 1444     return Visit(MakeCursorTemplateRef(
 1449     return Visit(MakeCursorTemplateRef(
 1454     return Visit(MakeCursorTemplateRef(
 3148           if (Visit(MakeCursorTemplateRef(cast<TemplateTemplateParmDecl>(Pack),
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
 1203     return MakeCursorTemplateRef(Template, Loc, CXTU);