/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Argument.h | 40 inline const Function *getParent() const { return Parent; } in getParent() function 41 inline Function *getParent() { return Parent; } in getParent() function
|
H A D | BasicBlock.h | 112 const Function *getParent() const { return Parent; } in getParent() function 113 Function *getParent() { return Parent; } in getParent() function
|
H A D | GlobalValue.h | 652 Module *getParent() { return Parent; } in getParent() function 653 const Module *getParent() const { return Parent; } in getParent() function
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ParentMap.h | 42 const Stmt *getParent(const Stmt* S) const { in getParent() function
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCSectionGOFF.h | 46 MCSection *getParent() const { return Parent; } in getParent() function
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | LoopNestAnalysis.h | 176 Function *getParent() const { in getParent() function
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | InputSection.h | 306 SyntheticSection *getParent() const { in getParent() function 370 OutputSection *getParent() const { in getParent() function
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ParentMap.cpp | 136 Stmt* ParentMap::getParent(Stmt* S) const { in getParent() function in ParentMap
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Scope.h | 249 const Scope *getParent() const { return AnyParent; } in getParent() function 250 Scope *getParent() { return AnyParent; } in getParent() function
|
H A D | DelayedDiagnostic.h | 291 const DelayedDiagnosticPool *getParent() const { return Parent; } in getParent() function
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
H A D | UDTLayout.h | 44 const UDTLayoutBase *getParent() const { return Parent; } in getParent() function
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | LiveRangeEdit.h | 141 const LiveInterval &getParent() const { in getParent() function
|
H A D | LexicalScopes.h | 60 LexicalScope *getParent() const { return Parent; } in getParent() function
|
H A D | MachineOperand.h | 243 MachineInstr *getParent() { return ParentMI; } in getParent() function 244 const MachineInstr *getParent() const { return ParentMI; } in getParent() function
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CursorVisitor.h | 64 const CXCursor &getParent() const { return parent; } in getParent() function
|
/openbsd/gnu/llvm/clang/lib/AST/Interp/ |
H A D | ByteCodeExprGen.h | 285 VariableScope *getParent() { return Parent; } in getParent() function
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | SplitKit.h | 181 const LiveInterval &getParent() const { return *CurLI; } in getParent() function
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | Archive.h | 220 const Archive *getParent() const { return Parent; } in getParent() function
|
/openbsd/gnu/llvm/clang/include/clang/Analysis/ |
H A D | AnalysisDeclContext.h | 247 const LocationContext *getParent() const { return Parent; } in getParent() function
|
H A D | CFG.h | 646 CFGBlockPtr getParent() { return Parent; } in getParent() function 647 CFGBlockPtr getParent() const { return Parent; } in getParent() function 1076 CFG *getParent() const { return Parent; } in getParent() function
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 462 VPRegionBlock *getParent() { return Parent; } in getParent() function 463 const VPRegionBlock *getParent() const { return Parent; } in getParent() function 683 VPBasicBlock *getParent() { return Parent; } in getParent() function 684 const VPBasicBlock *getParent() const { return Parent; } in getParent() function
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVObject.h | 264 LVElement *getParent() const { in getParent() function
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 164 TBAANodeImpl<MDNodeTy> getParent() const { in getParent() function in __anon7d7d649f0111::TBAANodeImpl
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 176 DIE *DIE::getParent() const { in getParent() function in DIE
|