Home | History | Annotate | Download | only in utils

Lines Matching refs:def

598 def findClosestTOCEntry(data, target):
631 def findClosestLineReference(clangRoot, doxyName, target):
652 def scanFile(path, filename):
679 def fromstring(str):
700 def __init__(self, indices, paragraph=None):
705 def __str__(self):
711 def __repr__(self):
714 def __cmp__(self, b):
718 def __hash__(self):
721 def __sub__(self, indices):
722 def sub(a,b):
729 def __init__(self, name, section, filename, path, line):
736 def __str__(self):
742 def __repr__(self):
749 def __cmp__(self, b):
753 def __hash__(self):
758 def sorted(l):
763 def getRevision(path):
773 def buildRefTree(references):
776 def getNode(keys):
789 def flatten((key, children, data)):
795 def preorder(node,parents=(),first=True):
803 def main():
822 if ext in ('.c', '.cpp', '.h', '.def'):