Searched refs:getParent (Results 1001 - 1025 of 1090) sorted by relevance

<<41424344

/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp1827 const CXXRecordDecl* PD = CD->getParent();
2138 return CXXConstructExpr::Create(Ctx, Ctx.getRecordType(CD->getParent()), Loc,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h386 bool IsJTAllowed = TLI->areJTsAllowed(SI.getParent()->getParent());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1504 Type::getInt64Ty(I.getParent()->getParent()->getContext());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp228 if (F.getParent() != nullptr && F.getParent()->getRtLibUseGOT())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp273 auto &DL = GV->getParent()->getDataLayout();
1544 MachineFunction *F = BB->getParent();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1348 } while ((S = PM.getParent(S)));
2337 cast<CXXMethodDecl>(D)->getParent()->isLambda())
H A DSemaTemplate.cpp56 TempParamScope = TempParamScope->getParent()->getTemplateParamParent()) {
2041 Outer = Outer->getParent();
3100 if (TypeDecl *Parent = dyn_cast<TypeDecl>(Record->getParent()))
3144 if (TypeDecl *Parent = dyn_cast<TypeDecl>(Enum->getParent()))
7928 S = S->getParent();
9951 S = S->getParent();
10676 declaresSameEntity(LookupRD, cast<Decl>(FoundRD->getParent())))
10971 DC = DC->getParent();
H A DSemaTemplateDeduction.cpp3327 ThisContext = Method->getParent();
3729 S.Context.getTypeDeclType(Method->getParent()).getTypePtr());
4990 CXXRecordDecl *Lambda = cast<CXXMethodDecl>(FD)->getParent();
5058 QualType ArgTy = Context.getTypeDeclType(Method->getParent());
H A DSemaCodeComplete.cpp4072 CurContext = CurContext->getParent();
4799 for (Scope *DepScope = S; DepScope; DepScope = DepScope->getParent())
5156 S = S->getParent();
5873 Constructor->getParent(), SS, TemplateTypeTy, II))
6159 if (!S->getParent())
6283 CXXRecordDecl *ClassDecl = Constructor->getParent();
6432 for (; S && !isNamespaceScope(S); S = S->getParent()) {
H A DSemaDeclAttr.cpp588 const CXXRecordDecl *RD = MD->getParent();
594 << AL << MD->getParent();
964 ClassType = MD->getParent();
1416 S.getScopeForContext(D->getDeclContext()->getParent()));
1962 if (MD->getParent()->isLambda()) {
7121 MD->getParent()->isLambda()) {
8685 } while ((pool = pool->getParent()));
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3146 if (const IdentifierInfo *II = DD->getParent()->getIdentifier()) {
3262 for (const LocationContext *LC = CurrentLC; LC; LC = LC->getParent()) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp602 CGM.getTypes().getCGRecordLayout(Field->getParent());
1507 assert(entry.first->getParent() == nullptr && "not a placeholder!");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1152 IncorporateFunctionInfoGlobalBBIDs(BB->getParent(), GlobalBasicBlockIDs);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp616 const DataLayout &DL = F.getParent()->getDataLayout();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp193 const MachineFunction *MF = MBB->getParent();
H A DCodeViewDebug.cpp2957 if (!isUsableDebugLoc(DL) && MI->getParent() != PrevInstBB) {
2958 for (const auto &NextMI : *MI->getParent()) {
2968 PrevInstBB = MI->getParent();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp459 Sema::CXXThisScopeRAII ThisScope(Actions, Method->getParent(),
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp604 for (; Ctx; Ctx = Ctx->getParent()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp1407 Module &M = *F.getParent();
H A DConstants.cpp1818 assert(BB->getParent() && "Block must have a parent");
1819 return get(BB->getParent(), BB);
1844 const Function *F = BB->getParent();
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1397 if (LCtx->getParent())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2685 MachineBasicBlock *Parent = MI.getParent();
2700 if (UseMI->getParent() != Parent || UseMI->getOpcode() != AMDGPU::G_BRCOND)
2707 if (NextMBB == Parent->getParent()->end()) // Illegal intrinsic use.
4365 B.setInsertPt(*MI.getParent(), ++MI.getIterator());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1859 Call->getParent() ? Call->getCaller() : nullptr;
3005 F->getParent()->getDataLayout(), TLI, Call);
3010 F->getParent()->getDataLayout(), TLI, Call);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp751 const Module *Mod = DAG.getMachineFunction().getFunction().getParent();
2523 const Module *Mod = DAG.getMachineFunction().getFunction().getParent();
2952 MachineFunction *F = MBB->getParent();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h591 auto Y = getParent()->lookup(Name);
2988 const RecordDecl *getParent() const {
2992 RecordDecl *getParent() {

Completed in 913 milliseconds

<<41424344