OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_declaration
(Results
1 - 8
of
8
) sorted by null
/external/clang/bindings/python/tests/cindex/
test_cursor_kind.py
20
assert CursorKind.UNEXPOSED_DECL.
is_declaration
()
36
group = [n for n in ('
is_declaration
', 'is_reference', 'is_expression',
test_cursor.py
126
assert typedef.kind.
is_declaration
()
/external/llvm/test/Bindings/Ocaml/
vmcore.ml
409
insist (
is_declaration
g);
418
insist (
is_declaration
g);
433
insist (not (
is_declaration
g));
434
insist (not (
is_declaration
g2));
440
insist (not (
is_declaration
g));
441
insist (not (
is_declaration
g2));
569
insist (
is_declaration
fn);
589
insist (not (
is_declaration
fn));
[
all
...]
/external/clang/bindings/python/clang/
cindex.py
519
def
is_declaration
(self):
member in class:CursorKind
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py
558
self.
is_declaration
= clean_lines.elided[body_start_position.row][body_start_position.column] == ';'
562
if self.
is_declaration
:
[
all
...]
cpp_unittest.py
372
self.assertEqual(function_state.
is_declaration
, function_information['
is_declaration
'])
401
'
is_declaration
': False})
414
'
is_declaration
': True})
426
'
is_declaration
': True})
438
'
is_declaration
': True})
450
'
is_declaration
': True})
462
'
is_declaration
': True})
475
'
is_declaration
': True})
487
'
is_declaration
': True}
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.ml
501
external
is_declaration
: llvalue -> bool = "llvm_is_declaration"
[
all
...]
llvm.mli
1122
val
is_declaration
: llvalue -> bool
var
[
all
...]
Completed in 126 milliseconds