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

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DParentMap.h42 const Stmt *getParent(const Stmt* S) const { function in class:clang::ParentMap
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h41 inline const Function *getParent() const { return Parent; } function in class:llvm::final
42 inline Function *getParent() { return Parent; } function in class:llvm::final
H A DBasicBlock.h106 const Function *getParent() const { return Parent; } function in class:llvm::final
107 Function *getParent() { return Parent; } function in class:llvm::final
H A DInstruction.h66 inline const BasicBlock *getParent() const { return Parent; } function in class:llvm::Instruction
67 inline BasicBlock *getParent() { return Parent; } function in class:llvm::Instruction
H A DCallSite.h101 BBTy* getParent() const { return getInstruction()->getParent(); } function in class:llvm::CallSiteBase
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp134 Stmt* ParentMap::getParent(Stmt* S) const { function in class:ParentMap
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h60 LexicalScope *getParent() const { return Parent; } function in class:llvm::LexicalScope
H A DLiveRangeEdit.h150 LiveInterval &getParent() const { function in class:llvm::LiveRangeEdit
H A DMachineInstr.h271 const MachineBasicBlock* getParent() const { return Parent; } function in class:llvm::MachineInstr
272 MachineBasicBlock* getParent() { return Parent; } function in class:llvm::MachineInstr
H A DMachineOperand.h236 MachineInstr *getParent() { return ParentMI; } function
237 const MachineInstr *getParent() const { return ParentMI; } function
H A DMachineBasicBlock.h173 const MachineFunction *getParent() const { return xParent; } function in class:llvm::MachineBasicBlock
174 MachineFunction *getParent() { return xParent; } function in class:llvm::MachineBasicBlock
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h45 const UDTLayoutBase *getParent() const { return Parent; } function in class:llvm::pdb::LayoutItemBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h185 const LiveInterval &getParent() const { return *CurLI; } function in class:llvm::SplitAnalysis
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp182 DIE *DIE::getParent() const { function in class:DIE
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h167 inline RegionT *getParent() const { return parent; } function in class:llvm::RegionNodeBase
365 RegionT *getParent() const { function in class:llvm::RegionBase
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h247 const LocationContext *getParent() const { return Parent; } function in class:clang::LocationContext
H A DConstructionContext.h217 const ConstructionContextLayer *getParent() const { return Parent; } function in class:clang::ConstructionContextLayer
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchive.h109 const Archive *getParent() const { return Parent; } function in class:llvm::object::Archive::Child
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp164 TBAANodeImpl<MDNodeTy> getParent() const { function in class:__anon1657::TBAANodeImpl
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h296 const DelayedDiagnosticPool *getParent() const { return Parent; } function in class:clang::sema::DelayedDiagnosticPool
H A DScope.h228 const Scope *getParent() const { return AnyParent; } function in class:clang::Scope
229 Scope *getParent() { return AnyParent; } function in class:clang::Scope
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h87 MCSection *getParent() const { return Parent; } function in class:llvm::MCFragment
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp766 DWARFDie DWARFUnit::getParent(const DWARFDebugInfoEntry *Die) { function in class:DWARFUnit
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp377 OutputSection *InputSection::getParent() const { function in class:lld::elf::InputSection
1180 SyntheticSection *EhInputSection::getParent() const { function in class:lld::elf::EhInputSection
1238 SyntheticSection *MergeInputSection::getParent() const { function in class:lld::elf::MergeInputSection
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h330 const GCOVFunction &getParent() const { return Parent; } function in class:llvm::GCOVBlock

Completed in 197 milliseconds

12