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

  /external/clang/bindings/python/tests/cindex/
util.py 33 def get_cursor(source, spelling):
37 spelling within a source. The first argument can be either a
46 if cursor.spelling == spelling:
51 def get_cursors(source, spelling):
52 """Obtain all cursors from a source object with a specific spelling.
55 specific spelling within a source. The first argument can be either a
65 if cursor.spelling == spelling:
test_type.py 36 assert fields[0].spelling == 'a'
41 assert fields[1].spelling == 'b'
45 assert fields[1].type.get_declaration().spelling == 'I'
47 assert fields[2].spelling == 'c'
52 assert fields[3].spelling == 'd'
57 assert fields[4].spelling == 'e'
62 assert fields[5].spelling == 'f'
67 assert fields[6].spelling == 'g'
72 assert fields[7].spelling == 'h'
110 assert fields[0].spelling == 'A
    [all...]
test_cursor.py 44 assert tu_nodes[0].spelling == 's0'
55 assert s0_nodes[0].spelling == 'a'
58 assert s0_nodes[1].spelling == 'b'
62 assert tu_nodes[1].spelling == 's1'
67 assert tu_nodes[2].spelling == 'f0'
94 if cursor.spelling == 'X':
237 assert tokens[0].spelling == 'int'
238 assert tokens[1].spelling == 'foo'
246 assert arguments[0].spelling == "i"
247 assert arguments[1].spelling == "j
    [all...]
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')
test_translation_unit.py 22 assert tu.spelling == path
34 spellings = [c.spelling for c in tu.cursor.get_children()]
42 spellings = [c.spelling for c in tu.cursor.get_children()]
57 spellings = [c.spelling for c in tu.cursor.get_children()]
65 spellings = [c.spelling for c in tu.cursor.get_children()]
224 assert tokens[0].spelling == 'int'
226 assert tokens[0].spelling == 'int'
230 assert tokens[0].spelling == 'int'
test_tokens.py 18 assert tokens[1].spelling == 'i'
test_location.py 66 for n in [n for n in tu.cursor.get_children() if n.spelling == 'one']:
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 20 'spelling' : diag.spelling,
48 'spelling' : node.spelling,
  /external/clang/include/clang/Sema/
Makefile 30 $(Echo) "Building Clang attribute spelling list index with tablegen"
31 $(Verb) $(ClangTableGen) -gen-clang-attr-spelling-index -o \
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/clang/bindings/python/clang/
cindex.py 150 _fields_ = [("spelling", c_char_p), ("free", c_int)]
323 def spelling(self): member in class:Diagnostic
386 return "<Diagnostic severity %r, location %r, spelling %r>" % (
387 self.severity, self.location, self.spelling)
604 # declaration; one can extract their location information, spelling, find their
781 # expression; one can extract their location information, spelling, children,
973 # one can extract their location information, spelling, children, etc. However,
1198 def spelling(self): member in class:Cursor
1621 def spelling(self): member in class:TypeKind
1915 def spelling(self): member in class:Type
1998 def spelling(self): member in class:CompletionChunk
2367 def spelling(self): member in class:TranslationUnit
2773 def spelling(self): member in class:Token
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 94 new spelling of the token. The spelling property in the base class is
123 return self.spelling
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 1881 StringRef spelling = "__attribute__((objc_method_family(none)))"; local
    [all...]
  /external/clang/
clang-tblgen-rules.mk 56 $(call transform-clang-td-to-out,clang-attr-spelling-index)
  /external/clang/tools/c-index-test/
c-index-test.c 3485 CXString spelling = clang_getTokenSpelling(TU, tokens[i]); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 677 milliseconds