Searched defs:getParent (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DArgument.h45 inline const Function *getParent() const { return Parent; } function in class:llvm::Argument
46 inline Function *getParent() { return Parent; } function in class:llvm::Argument
H A DMetadata.h220 inline Module *getParent() { return Parent; } function in class:llvm::NamedMDNode
221 inline const Module *getParent() const { return Parent; } function in class:llvm::NamedMDNode
H A DBasicBlock.h110 const Function *getParent() const { return Parent; } function in class:llvm::BasicBlock
111 Function *getParent() { return Parent; } function in class:llvm::BasicBlock
H A DInstruction.h51 inline const BasicBlock *getParent() const { return Parent; } function in class:llvm::Instruction
52 inline BasicBlock *getParent() { return Parent; } function in class:llvm::Instruction
H A DGlobalValue.h286 inline Module *getParent() { return Parent; } function in class:llvm::GlobalValue
287 inline const Module *getParent() const { return Parent; } function in class:llvm::GlobalValue
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DResourceSidebarPanel.js263 function getParent(resourceOrFrame) function
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPRequest.cpp106 const LDAPRequest* LDAPRequest::getParent() const{ function in class:LDAPRequest
/macosx-10.10.1/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFDebugInfoEntry.h72 DWARFDebugInfoEntryMinimal *getParent() { function in class:llvm::DWARFDebugInfoEntryMinimal
75 const DWARFDebugInfoEntryMinimal *getParent() const { function in class:llvm::DWARFDebugInfoEntryMinimal
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp90 TBAANode getParent() const { function in class:__anon9914::TBAANode
H A DBasicAliasAnalysis.cpp408 static const Function *getParent(const Value *V) { function
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm308 sub getParent { $_[0]{_parent} } subroutine
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DLETableReference.h127 const LETableReference* getParent() const { return fParent; } function in class:LETableReference
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DRegionInfo.h97 inline Region* getParent() const { return parent; } function in class:llvm::RegionNode
277 Region *getParent() const { return RegionNode::getParent(); } function in class:llvm::Region
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DLexicalScopes.h172 LexicalScope *getParent() const { return Parent; } function in class:llvm::LexicalScope
H A DLiveRangeEdit.h115 LiveInterval &getParent() const { function in class:llvm::LiveRangeEdit
H A DMachineInstr.h133 const MachineBasicBlock* getParent() const { return Parent; } function in class:llvm::MachineInstr
134 MachineBasicBlock* getParent() { return Parent; } function in class:llvm::MachineInstr
H A DMachineOperand.h202 MachineInstr *getParent() { return ParentMI; } function in class:llvm::MachineOperand
203 const MachineInstr *getParent() const { return ParentMI; } function in class:llvm::MachineOperand
H A DMachineBasicBlock.h134 const MachineFunction *getParent() const { return xParent; } function in class:llvm::MachineBasicBlock
135 MachineFunction *getParent() { return xParent; } function in class:llvm::MachineBasicBlock
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DSplitKit.h136 const LiveInterval &getParent() const { return *CurLI; } function in class:llvm::SplitAnalysis
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDIE.h154 DIE *getParent() const { return Parent; } function in class:llvm::DIE
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DMetadata.cpp55 MDNode *getParent() { function in class:llvm::MDNodeOperand
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCAssembler.h93 MCSectionData *getParent() const { return Parent; } function in class:llvm::MCFragment
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...

Completed in 180 milliseconds