Home | History | Annotate | Download | only in clang

Lines Matching refs:def

67 def get_cindex_library():
95 def __del__(self):
99 def from_result(res, fn, args):
110 def _get_instantiation(self):
119 def file(self):
124 def line(self):
129 def column(self):
134 def offset(self):
138 def __repr__(self):
155 def from_locations(start, end):
159 def start(self):
167 def end(self):
174 def __repr__(self):
190 def __init__(self, ptr):
193 def __del__(self):
197 def severity(self):
201 def location(self):
205 def spelling(self):
209 def ranges(self):
211 def __init__(self, diag):
214 def __len__(self):
217 def __getitem__(self, key):
225 def fixits(self):
227 def __init__(self, diag):
230 def __len__(self):
233 def __getitem__(self, key):
243 def __repr__(self):
247 def from_param(self):
257 def __init__(self, range, value):
261 def __repr__(self):
275 def __init__(self, value):
284 def from_param(self):
288 def name(self):
298 def from_id(id):
304 def get_all_kinds():
308 def is_declaration(self):
312 def is_reference(self):
316 def is_expression(self):
320 def is_statement(self):
324 def is_attribute(self):
328 def is_invalid(self):
332 def __repr__(self):
573 def __eq__(self, other):
576 def __ne__(self, other):
579 def is_definition(self):
586 def get_definition(self):
596 def get_usr(self):
608 def kind(self):
613 def spelling(self):
622 def location(self):
630 def extent(self):
637 def get_children(self):
641 def visitor(child, parent, children):
652 def from_result(res, fn, args):
670 def __init__(self, obj):
674 def from_param(self):
729 def __init__(self, name):
732 def __str__(self):
735 def __repr__(self):
738 def __init__(self, completionString, key):
742 def __repr__(self):
746 def spelling(self):
750 def kind(self):
755 def string(self):
763 def isKindOptional(self):
766 def isKindTypedText(self):
769 def isKindPlaceHolder(self):
772 def isKindInformative(self):
775 def isKindResultType(self):
803 def __init__(self, name):
806 def __str__(self):
809 def __repr__(self):
812 def __len__(self):
815 def __getitem__(self, key):
821 def priority(self):
825 def availability(self):
829 def __repr__(self):
842 def __repr__(self):
846 def kind(self):
850 def string(self):
857 def __len__(self):
860 def __getitem__(self, key):
867 def __init__(self, ptr):
871 def from_param(self):
874 def __del__(self):
878 def results(self):
882 def diagnostics(self):
884 def __init__(self, ccr):
887 def __len__(self):
890 def __getitem__(self, key):
904 def create(excludeDecls=False):
912 def __del__(self):
915 def read(self, path):
920 def parse(self, path, args = [], unsaved_files = [], options = 0):
960 def __init__(self, ptr):
963 def __del__(self):
967 def cursor(self):
972 def spelling(self):
976 def get_includes(self):
984 def visitor(fobj, lptr, depth, includes):
997 def diagnostics(self):
1002 def __init__(self, tu):
1005 def __len__(self):
1008 def __getitem__(self, key):
1016 def reparse(self, unsaved_files = [], options = 0):
1042 def codeComplete(self, path, line, column, unsaved_files = [], options = 0):
1080 def name(self):
1085 def time(self):
1098 def __init__(self, src, tgt, loc, depth):
1105 def is_input_file(self):