/llvm-project/llvm/include/llvm/IR/ |
H A D | Argument.h | 43 inline const Function *getParent() const { return Parent; } in getParent() function 44 inline Function *getParent() { return Parent; } in getParent() function
|
H A D | BasicBlock.h | 209 const Function *getParent() const { return Parent; } getParent() function 210 Function *getParent() { return Parent; } getParent() function
|
H A D | GlobalValue.h | 657 Module *getParent() { return Parent; } in getParent() function 656 Module *getParent() { return Parent; } getParent() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | ParentMap.h | 42 const Stmt *getParent(const Stmt* S) const { in getParent() function
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionGOFF.h | 45 MCSection *getParent() const { return Parent; } in getParent() function
|
/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Tree.h | 90 const Tree *getParent() const { return Parent; } in getParent() function 91 Tree *getParent() { return Parent; } in getParent() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | ilist_node.h | 32 inline const ParentTy *getParent() const { in getParent() function 35 inline ParentTy *getParent() { in getParent() function
|
/llvm-project/mlir/include/mlir/Reducer/ |
H A D | ReductionNode.h | 53 ReductionNode *getParent() const { return parent; } in getParent() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopNestAnalysis.h | 176 Function *getParent() const { in getParent() function
|
/llvm-project/clang/lib/AST/ |
H A D | ParentMap.cpp | 136 Stmt* ParentMap::getParent(Stmt* S) const { getParent() function in ParentMap
|
/llvm-project/mlir/include/mlir/Debug/ |
H A D | ExecutionContext.h | 28 const ActionActiveStack *getParent() const { return parent; } in getParent() function
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 506 const BasicBlock *DbgRecord::getParent() const { getParent() function in llvm::DbgRecord 510 BasicBlock *DbgRecord::getParent() { return Marker->MarkedInstr->getParent(); } getParent() function in llvm::DbgRecord 584 const BasicBlock *DbgMarker::getParent() const { getParent() function in llvm::DbgMarker 588 BasicBlock *DbgMarker::getParent() { return MarkedInstr->getParent(); } getParent() function in llvm::DbgMarker [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | UDTLayout.h | 44 const UDTLayoutBase *getParent() const { return Parent; } in getParent() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveRangeEdit.h | 140 const LiveInterval &getParent() const { in getParent() function
|
H A D | LexicalScopes.h | 60 LexicalScope *getParent() const { return Parent; } in getParent() function
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Scope.h | 270 /// getParent - Return the scope that this is nested in. in getParent() function 271 const Scope *getParent() const { return AnyParent; } in getParent() function [all...] |
/llvm-project/lld/ELF/ |
H A D | InputSection.h | 332 SyntheticSection *getParent() const { getParent() function 397 OutputSection *getParent() const { getParent() function
|
/llvm-project/clang/tools/libclang/ |
H A D | CursorVisitor.h | 64 const CXCursor &getParent() const { return parent; } in getParent() function
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinaryData.h | 145 const BinaryData *getParent() const { return Parent; } in getParent() function
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | MakeMemberFunctionConstCheck.cpp | 59 template <class T> const T *getParent(const Expr *E) { in getParent() function in clang::tidy::readability::FindUsageOfThis
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGLoopInfo.h | 115 const LoopInfo *getParent() const { return Parent; } in getParent() function
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SplitKit.h | 185 const LiveInterval &getParent() const { return *CurLI; } in getParent() function
|
/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIR.h |
|
/llvm-project/mlir/lib/IR/ |
H A D | Block.cpp | 26 Region *Block::getParent() const { return parentValidOpOrderPair.getPointer(); } getParent() function in Block [all...] |
/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | InterfaceFile.h | 292 InterfaceFile *getParent() const { return Parent; } in getParent() function
|