HomeSort by relevance Sort by last modified time
    Searched refs:spelling (Results 1 - 13 of 13) sorted by null

  /external/clang/bindings/python/tests/cindex/
util.py 34 def get_cursor(source, spelling):
38 spelling within a source. The first argument can be either a
51 if cursor.spelling == spelling:
55 result = get_cursor(cursor, spelling)
test_cursor.py 34 while it.next().spelling != 'start_decl':
43 assert tu_nodes[0].spelling == 's0'
53 assert s0_nodes[0].spelling == 'a'
56 assert s0_nodes[1].spelling == 'b'
60 assert tu_nodes[1].spelling == 's1'
65 assert tu_nodes[2].spelling == 'f0'
test_type.py 32 assert fields[0].spelling == 'a'
37 assert fields[1].spelling == 'b'
41 assert fields[1].type.get_declaration().spelling == 'I'
43 assert fields[2].spelling == 'c'
48 assert fields[3].spelling == 'd'
53 assert fields[4].spelling == 'e'
58 assert fields[5].spelling == 'f'
63 assert fields[6].spelling == 'g'
68 assert fields[7].spelling == 'h'
86 assert fields[0].spelling == 'A
    [all...]
test_translation_unit.py 10 assert tu.spelling == path
24 spellings = [c.spelling for c in tu.cursor.get_children()]
33 spellings = [c.spelling for c in tu.cursor.get_children()]
49 spellings = [c.spelling for c in tu.cursor.get_children()]
58 spellings = [c.spelling for c in tu.cursor.get_children()]
test_diagnostics.py 12 assert (tu.diagnostics[0].spelling ==
22 assert 'incompatible' in tu.diagnostics[0].spelling
26 # assert tu.diagnostics[1].spelling == 'instantiated from'
34 assert tu.diagnostics[0].spelling.startswith('use of GNU old-style')
48 assert tu.diagnostics[0].spelling.startswith('incompatible pointer to')
  /external/clang/include/clang/Lex/
Makefile 12 $(Verb) $(ClangTableGen) -gen-clang-attr-spelling-list -o $(call SYSPATH, $@) \
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 20 'spelling' : diag.spelling,
48 'spelling' : node.spelling,
  /external/clang/bindings/python/clang/
cindex.py 94 _fields_ = [("spelling", c_char_p), ("free", c_int)]
233 def spelling(self): member in class:Diagnostic
295 return "<Diagnostic severity %r, location %r, spelling %r>" % (
296 self.severity, self.location, self.spelling)
409 # declaration; one can extract their location information, spelling, find their
582 # expression; one can extract their location information, spelling, children,
754 # one can extract their location information, spelling, children, etc. However,
932 def spelling(self): member in class:Cursor
933 """Return the spelling of the entity pointed at by the cursor."""
1083 def spelling(self) member in class:TypeKind
1414 def spelling(self): member in class:CompletionChunk
1644 def spelling(self): member in class:TranslationUnit
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
fonts.conf 18 Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/clang/
clang-tblgen-rules.mk 30 $(call transform-host-clang-td-to-out,clang-attr-spelling-list)
  /external/clang/tools/c-index-test/
c-index-test.c 2230 CXString spelling = clang_getTokenSpelling(TU, tokens[i]); local
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 355 milliseconds