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

12

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DArgument.h48 inline const Function *getParent() const { return Parent; } function in class:llvm::Argument
49 inline Function *getParent() { return Parent; } function in class:llvm::Argument
H A DBasicBlock.h99 const Function *getParent() const { return Parent; } function in class:llvm::BasicBlock
100 Function *getParent() { return Parent; } function in class:llvm::BasicBlock
H A DInstruction.h58 inline const BasicBlock *getParent() const { return Parent; } function in class:llvm::Instruction
59 inline BasicBlock *getParent() { return Parent; } function in class:llvm::Instruction
H A DCallSite.h89 BBTy* getParent() const { return getInstruction()->getParent(); } function in class:llvm::CallSiteBase
H A DMetadata.h1291 inline Module *getParent() { return Parent; } function in class:llvm::NamedMDNode
1292 inline const Module *getParent() const { return Parent; } function in class:llvm::NamedMDNode
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DParentMap.h43 const Stmt *getParent(const Stmt* S) const { function in class:clang::ParentMap
H A DDeclBase.h1200 DeclContext *getParent() { function in class:clang::DeclContext
1203 const DeclContext *getParent() const { function in class:clang::DeclContext
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DParentMap.cpp120 Stmt* ParentMap::getParent(Stmt* S) const { function in class:ParentMap
/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DArchive.h77 const Archive *getParent() const { return Parent; } function in class:llvm::object::Archive::Child
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp153 TBAANode getParent() const { function in class:__anon2419::TBAANode
227 TBAAStructTypeNode getParent(uint64_t &Offset) const { function in class:__anon2419::TBAAStructTypeNode
H A DBasicAliasAnalysis.cpp649 static const Function *getParent(const Value *V) { function
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h59 LexicalScope *getParent() const { return Parent; } function in class:llvm::LexicalScope
H A DLiveRangeEdit.h131 LiveInterval &getParent() const { function in class:llvm::LiveRangeEdit
H A DMachineInstr.h129 const MachineBasicBlock* getParent() const { return Parent; } function in class:llvm::MachineInstr
130 MachineBasicBlock* getParent() { return Parent; } function in class:llvm::MachineInstr
H A DMachineOperand.h208 MachineInstr *getParent() { return ParentMI; } function in class:llvm::MachineOperand
209 const MachineInstr *getParent() const { return ParentMI; } function in class:llvm::MachineOperand
H A DDIE.h701 DIE *getParent() const { return Parent; } function in class:llvm::DIE
H A DMachineBasicBlock.h157 const MachineFunction *getParent() const { return xParent; } function in class:llvm::MachineBasicBlock
158 MachineFunction *getParent() { return xParent; } function in class:llvm::MachineBasicBlock
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DSplitKit.h137 const LiveInterval &getParent() const { return *CurLI; } function in class:llvm::SplitAnalysis
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCFragment.h99 MCSection *getParent() const { return Parent; } function in class:llvm::MCFragment
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisContext.h235 const LocationContext *getParent() const { return Parent; } function in class:clang::LocationContext
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDelayedDiagnostic.h264 const DelayedDiagnosticPool *getParent() const { return Parent; } function in class:clang::sema::DelayedDiagnosticPool
H A DScope.h215 const Scope *getParent() const { return AnyParent; } function in class:clang::Scope
216 Scope *getParent() { return AnyParent; } function in class:clang::Scope
H A DInitialization.h339 const InitializedEntity *getParent() const { return Parent; } function in class:clang::InitializedEntity
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DRegionInfo.h159 inline RegionT *getParent() const { return parent; } function in class:llvm::RegionNodeBase
356 RegionT *getParent() const { function in class:llvm::RegionBase
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DGCOV.h318 const GCOVFunction &getParent() const { return Parent; } function in class:llvm::GCOVBlock

Completed in 288 milliseconds

12