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

Declarations

tools/clang/tools/libclang/CXCursor.h
   96 std::pair<const TypeDecl *, SourceLocation> getCursorTypeRef(CXCursor C);

References

tools/clang/tools/libclang/CIndex.cpp
 4511       const TypeDecl *Type = getCursorTypeRef(C).first;
 5830       std::pair<const TypeDecl *, SourceLocation> P = getCursorTypeRef(C);
 5987       return getCursorTypeRef(C).second;
 6198       return MakeCXCursor(getCursorTypeRef(C).first, tu );
tools/clang/tools/libclang/CXType.cpp
  262       QualType T = Context.getTypeDeclType(getCursorTypeRef(C).first);