/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Argument.h | 41 inline const Function *getParent() const { return Parent; } in getParent() function 42 inline Function *getParent() { return Parent; } in getParent() function
|
H A D | BasicBlock.h | 107 const Function *getParent() const { return Parent; } in getParent() function 108 Function *getParent() { return Parent; } in getParent() function
|
H A D | GlobalValue.h | 572 Module *getParent() { return Parent; } in getParent() function 573 const Module *getParent() const { return Parent; } in getParent() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ParentMap.h | 42 const Stmt *getParent(const Stmt* S) const { in getParent() function
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | OptionDictionary.h | 45 inline OptionContext * getParent() const { return m_parent; } in getParent() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/ |
H A D | Tree.h | 116 const Tree *getParent() const { return Parent; } in getParent() function 117 Tree *getParent() { return Parent; } in getParent() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | LoopNestAnalysis.h | 145 Function *getParent() const { in getParent() function
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
H A D | LDAPRequest.cpp | 106 const LDAPRequest* LDAPRequest::getParent() const{ in getParent() function in LDAPRequest
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ParentMap.cpp | 134 Stmt* ParentMap::getParent(Stmt* S) const { in getParent() function in ParentMap
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Scope.h | 234 const Scope *getParent() const { return AnyParent; } in getParent() function 235 Scope *getParent() { return AnyParent; } in getParent() function
|
H A D | DelayedDiagnostic.h | 291 const DelayedDiagnosticPool *getParent() const { return Parent; } in getParent() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
H A D | UDTLayout.h | 45 const UDTLayoutBase *getParent() const { return Parent; } in getParent() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveRangeEdit.h | 151 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 | 238 MachineInstr *getParent() { return ParentMI; } in getParent() function 239 const MachineInstr *getParent() const { return ParentMI; } in getParent() function
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CursorVisitor.h | 57 const CXCursor &getParent() const { return parent; } in getParent() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | Archive.h | 109 const Archive *getParent() const { return Parent; } in getParent() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | objc.d | 455 override ClassDeclaration getParent(FuncDeclaration, ClassDeclaration cd) const in getParent() function 669 override ClassDeclaration getParent(FuncDeclaration fd, ClassDeclaration cd) const in getParent() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | ByteCodeExprGen.h | 264 VariableScope *getParent() { return Parent; } in getParent() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 463 VPRegionBlock *getParent() { return Parent; } in getParent() function 464 const VPRegionBlock *getParent() const { return Parent; } in getParent() function 672 VPBasicBlock *getParent() { return Parent; } in getParent() function 673 const VPBasicBlock *getParent() const { return Parent; } in getParent() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | SplitKit.h | 190 const LiveInterval &getParent() const { return *CurLI; } in getParent() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | AnalysisDeclContext.h | 241 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 165 TBAANodeImpl<MDNodeTy> getParent() const { in getParent() function in __anon6047001d0111::TBAANodeImpl
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 182 DIE *DIE::getParent() const { in getParent() function in DIE
|