Searched refs:HasChildren (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h24 bool HasChildren; member in class:llvm::DWARFAbbreviationDeclaration
29 : Code(InvalidCode), Tag(0), HasChildren(0) {}
33 bool hasChildren() const { return HasChildren; }
H A DDWARFAbbreviationDeclaration.cpp29 HasChildren = data.getU8(offset_ptr);
44 HasChildren = false;
/external/clang/lib/AST/
H A DASTDiagnostic.cpp584 bool HasChildren() { function in class:__anon3470::TemplateDiff::DiffTree
1028 assert(Tree.HasChildren() && "Template difference not found in diff tree.");

Completed in 72 milliseconds