Searched defs:is_declaration (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp662 bool is_declaration = false; local
685 is_declaration = form_value.Unsigned() != 0;
882 if (name && is_declaration == false)
/external/clang/bindings/python/clang/
H A Dcindex.py542 def is_declaration(self): member in class:CursorKind
1261 assert self.kind.is_declaration()
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1208 (** [is_declaration g] returns [true] if the global value [g] is a declaration
1211 val is_declaration : llvalue -> bool var

Completed in 590 milliseconds