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

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h100 Decl *Sibling = *I; local
101 if (!SM.isBeforeInTranslationUnit(Sibling->getBeginLoc(),
104 if (!BaseType::canIgnoreChildDeclWhileTraversingDeclContext(Sibling))
105 LexicallyNestedDeclarations.push_back(Sibling);
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp912 if (const DWARFDebugInfoEntry *Sibling = getSiblingEntry(Die))
913 return DWARFDie(this, Sibling);
934 if (const DWARFDebugInfoEntry *Sibling = getPreviousSiblingEntry(Die))
935 return DWARFDie(this, Sibling);
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1339 const MachineInstr &Sibling = local
1345 RISCV::getNamedOperandIdx(Sibling.getOpcode(), RISCV::OpName::frm);
1348 RISCV::hasEqualFRM(Inst, Sibling);

Completed in 146 milliseconds