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

Declarations

tools/clang/tools/libclang/CXCursor.h
  215 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);

References

tools/clang/tools/libclang/CIndex.cpp
 4539       const LabelStmt *Label = getCursorLabelRef(C).first;
 5869       std::pair<const LabelStmt *, SourceLocation> P = getCursorLabelRef(C);
 6002       return getCursorLabelRef(C).second;
 6218       return MakeCXCursor(getCursorLabelRef(C).first,