| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | IgnoreExpr.h | 69 return NTTP->getReplacement(); in IgnoreImplicitCastsExtraSingleStep() 85 return NTTP->getReplacement(); in IgnoreCastsSingleStep()
|
| H A D | TemplateName.h | 364 TemplateName getReplacement() const { return Replacement; } in getReplacement() function 376 return subst->getReplacement().getUnderlying(); in getUnderlying()
|
| H A D | PropertiesBase.td | 694 let Read = [{ parm->getReplacement() }];
|
| H A D | ExprCXX.h | 4277 Expr *getReplacement() const { return cast<Expr>(Replacement); } in getReplacement() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 246 Value *getReplacement(Value *I); 276 Value *PointerReplacer::getReplacement(Value *V) { return WorkMap.lookup(V); } in getReplacement() function in PointerReplacer 279 if (getReplacement(I)) in replace() 283 auto *V = getReplacement(LT->getPointerOperand()); in replace() 295 auto *V = getReplacement(GEP->getPointerOperand()); in replace() 305 auto *V = getReplacement(BC->getOperand(0)); in replace() 314 auto *SrcV = getReplacement(MemCpy->getRawSource()); in replace() 318 assert(getReplacement(MemCpy->getRawDest()) && in replace()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | BypassSlowDivision.cpp | 107 Value *getReplacement(DivCacheTy &Cache); 151 Value *FastDivInsertionTask::getReplacement(DivCacheTy &Cache) { in getReplacement() function in FastDivInsertionTask 467 if (Value *Replacement = Task.getReplacement(PerBBDivCache)) { in bypassSlowDivision()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | TemplateName.cpp | 109 return sub->getReplacement().getAsTemplateDecl(); in getAsTemplateDecl() 245 subst->getReplacement().print(OS, Policy, SuppressNNS); in print()
|
| H A D | ExprClassification.cpp | 208 cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement()); in ClassifyInternal()
|
| H A D | ComputeDependence.cpp | 347 return E->getReplacement()->getDependence(); in computeDependence()
|
| H A D | ItaniumMangle.cpp | 2197 mangleType(subst->getReplacement()); in mangleType() 2327 mangleExistingSubstitution(subst->getReplacement()); in mangleUnresolvedTypeOrSimpleId() 4312 E = cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement(); in mangleExpression()
|
| H A D | Expr.cpp | 1413 CEE = NTTP->getReplacement()->IgnoreParenImpCasts(); in getReferencedDeclOfCallee() 2901 return NTTP->getReplacement(); in IgnoreParenNoopCasts() 3247 return cast<SubstNonTypeTemplateParmExpr>(this)->getReplacement() in isConstantInitializer()
|
| H A D | StmtProfile.cpp | 2088 Visit(E->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
| H A D | StmtPrinter.cpp | 2260 Visit(Node->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
| H A D | ASTImporter.cpp | 8025 auto ToReplacement = importChecked(Err, E->getReplacement()); in VisitSubstNonTypeTemplateParmExpr() 8780 auto ReplacementOrErr = Import(Subst->getReplacement()); in Import()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | Environment.cpp | 55 E = cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement(); in ignoreTransparentExprs()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 490 Replacement = AL->getReplacement(); in DoEmitAvailabilityWarning() 492 Replacement = AL->getReplacement(); in DoEmitAvailabilityWarning()
|
| H A D | SemaTemplateInstantiate.cpp | 1599 ExprResult SubstReplacement = E->getReplacement(); in TransformSubstNonTypeTemplateParmExpr() 1601 SubstReplacement = TransformExpr(E->getReplacement()); in TransformSubstNonTypeTemplateParmExpr()
|
| H A D | SemaTemplate.cpp | 6481 Arg = subst->getReplacement()->IgnoreImpCasts(); in CheckTemplateArgumentAddressOfObjectOrFunction() 6493 Arg = subst->getReplacement()->IgnoreImpCasts(); in CheckTemplateArgumentAddressOfObjectOrFunction() 6697 Arg = subst->getReplacement()->IgnoreImpCasts(); in CheckTemplateArgumentPointerToMember()
|
| H A D | SemaTemplateDeduction.cpp | 184 E = Subst->getReplacement(); in getDeducedParameterFromExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 8050 LHS->getReplacement() == RHS->getReplacement()) in getCursorPlatformAvailabilityForDecl() 8065 if (LHS->getReplacement().empty()) in getCursorPlatformAvailabilityForDecl() 8066 LHS->setReplacement(Ctx, RHS->getReplacement()); in getCursorPlatformAvailabilityForDecl() 8073 if (LHS->getReplacement().empty()) in getCursorPlatformAvailabilityForDecl() 8074 LHS->setReplacement(Ctx, RHS->getReplacement()); in getCursorPlatformAvailabilityForDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 118 return Visit(PE->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
| H A D | CGExprAgg.cpp | 126 return Visit(E->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|
| H A D | CGExprConstant.cpp | 1026 return Visit(PE->getReplacement(), T); in VisitSubstNonTypeTemplateParmExpr()
|
| H A D | CGExpr.cpp | 1410 return EmitLValue(cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement()); in EmitLValue() 4922 return EmitCallee(NTTP->getReplacement()); in EmitCallee()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 2024 Record.AddStmt(E->getReplacement()); in VisitSubstNonTypeTemplateParmExpr()
|