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

12

/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DArgument.h49 inline const Function *getParent() const { return Parent; } function in class:llvm::Argument
50 inline Function *getParent() { return Parent; } function in class:llvm::Argument
H A DMetadata.h218 inline Module *getParent() { return Parent; } function in class:llvm::NamedMDNode
219 inline const Module *getParent() const { return Parent; } function in class:llvm::NamedMDNode
H A DBasicBlock.h116 const Function *getParent() const { return Parent; } function in class:llvm::BasicBlock
117 Function *getParent() { return Parent; } function in class:llvm::BasicBlock
H A DInstruction.h52 inline const BasicBlock *getParent() const { return Parent; } function in class:llvm::Instruction
53 inline BasicBlock *getParent() { return Parent; } function in class:llvm::Instruction
H A DGlobalValue.h287 inline Module *getParent() { return Parent; } function in class:llvm::GlobalValue
288 inline const Module *getParent() const { return Parent; } function in class:llvm::GlobalValue
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DParentMap.h38 const Stmt *getParent(const Stmt* S) const { function in class:clang::ParentMap
H A DDeclBase.h1000 DeclContext *getParent() { function in class:clang::DeclContext
1003 const DeclContext *getParent() const { function in class:clang::DeclContext
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.h77 DWARFDebugInfoEntryMinimal *getParent() { function in class:llvm::DWARFDebugInfoEntryMinimal
80 const DWARFDebugInfoEntryMinimal *getParent() const { function in class:llvm::DWARFDebugInfoEntryMinimal
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DParentMap.cpp101 Stmt* ParentMap::getParent(Stmt* S) const { function in class:ParentMap
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DRegionInfo.h97 inline Region* getParent() const { return parent; } function in class:llvm::RegionNode
295 Region *getParent() const { return RegionNode::getParent(); } function in class:llvm::Region
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h169 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.h119 const MachineBasicBlock* getParent() const { return Parent; } function in class:llvm::MachineInstr
120 MachineBasicBlock* getParent() { return Parent; } function in class:llvm::MachineInstr
H A DMachineOperand.h204 MachineInstr *getParent() { return ParentMI; } function in class:llvm::MachineOperand
205 const MachineInstr *getParent() const { return ParentMI; } function in class:llvm::MachineOperand
H A DMachineBasicBlock.h137 const MachineFunction *getParent() const { return xParent; } function in class:llvm::MachineBasicBlock
138 MachineFunction *getParent() { return xParent; } function in class:llvm::MachineBasicBlock
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp91 TBAANode getParent() const { function in class:__anon2120::TBAANode
166 TBAAStructTypeNode getParent(uint64_t &Offset) const { function in class:__anon2120::TBAAStructTypeNode
H A DBasicAliasAnalysis.cpp437 static const Function *getParent(const Value *V) { function
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DSplitKit.h136 const LiveInterval &getParent() const { return *CurLI; } function in class:llvm::SplitAnalysis
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDelayedDiagnostic.h243 const DelayedDiagnosticPool *getParent() const { return Parent; } function in class:clang::sema::DelayedDiagnosticPool
H A DScope.h174 const Scope *getParent() const { return AnyParent; } function in class:clang::Scope
175 Scope *getParent() { return AnyParent; } function in class:clang::Scope
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h153 DIE *getParent() const { return Parent; } function in class:llvm::DIE
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DMetadata.cpp55 MDNode *getParent() { function in class:llvm::MDNodeOperand
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisContext.h231 const LocationContext *getParent() const { return Parent; } function in class:clang::LocationContext
H A DCFG.h529 CFG *getParent() const { return Parent; } function in class:clang::CFGBlock::ElementList
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCAssembler.h94 MCSectionData *getParent() const { return Parent; } function in class:llvm::MCFragment

Completed in 402 milliseconds

12