| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Z3Solver.cpp | 43 void Z3ErrorHandler(Z3_context Context, Z3_error_code Error) { in Z3ErrorHandler() argument 45 llvm::Twine(Z3_get_error_msg(Context, Error))); in Z3ErrorHandler() 51 Z3_context Context; member in __anondfffcc6f0111::Z3Context 54 Context = Z3_mk_context_rc(Z3Config().Config); in Z3Context() 57 Z3_set_error_handler(Context, Z3ErrorHandler); in Z3Context() 61 Z3_del_context(Context); in ~Z3Context() 62 Context = nullptr; in ~Z3Context() 70 Z3Context &Context; member in __anondfffcc6f0111::Z3Sort 76 Z3Sort(Z3Context &C, Z3_sort ZS) : Context(C), Sort(ZS) { in Z3Sort() 77 Z3_inc_ref(Context.Context, reinterpret_cast<Z3_ast>(Sort)); in Z3Sort() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 19 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedTypeToInteger() local 20 return getIntegerVT(Context, getSizeInBits()); in changeExtendedTypeToInteger() 25 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedVectorElementTypeToInteger() local 26 EVT IntTy = getIntegerVT(Context, getScalarSizeInBits()); in changeExtendedVectorElementTypeToInteger() 27 return getVectorVT(Context, IntTy, getVectorNumElements(), in changeExtendedVectorElementTypeToInteger() 33 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedVectorElementType() local 34 return getVectorVT(Context, EltVT, getVectorElementCount()); in changeExtendedVectorElementType() 37 EVT EVT::getExtendedIntegerVT(LLVMContext &Context, unsigned BitWidth) { in getExtendedIntegerVT() argument 39 VT.LLVMTy = IntegerType::get(Context, BitWidth); in getExtendedIntegerVT() 44 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, in getExtendedVectorVT() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 97 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, 99 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, 101 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, 104 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, 110 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent() argument 125 return IsStructurallyEquivalent(Context, Name1.getCXXNameType(), in IsStructurallyEquivalent() 130 Context, Name1.getCXXDeductionGuideTemplate()->getDeclName(), in IsStructurallyEquivalent() 133 return IsStructurallyEquivalent(Context, in IsStructurallyEquivalent() 161 StructuralEquivalenceContext &Context; member in __anona135636f0111::StmtComparer 168 return IsStructurallyEquivalent(Context, E1->getLabel(), E2->getLabel()); in IsStmtEquivalent() [all …]
|
| H A D | RecordLayoutBuilder.cpp | 106 const ASTContext &Context; member in __anond6239b400111::EmptySubobjectMap 148 return Context.toCharUnitsFromBits(FieldOffset); in getFieldOffset() 170 EmptySubobjectMap(const ASTContext &Context, const CXXRecordDecl *Class) in EmptySubobjectMap() argument 171 : Context(Context), CharWidth(Context.getCharWidth()), Class(Class) { in EmptySubobjectMap() 193 const ASTRecordLayout &Layout = Context.getASTRecordLayout(BaseDecl); in ComputeEmptySubobjectSizes() 209 Context.getBaseElementType(FD->getType())->getAs<RecordType>(); in ComputeEmptySubobjectSizes() 217 const ASTRecordLayout &Layout = Context.getASTRecordLayout(MemberDecl); in ComputeEmptySubobjectSizes() 281 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Info->Class); in CanPlaceBaseSubobjectAtOffset() 331 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Info->Class); in UpdateEmptyBaseSubobjects() 388 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in CanPlaceFieldSubobjectAtOffset() [all …]
|
| H A D | NestedNameSpecifier.cpp | 41 NestedNameSpecifier::FindOrInsert(const ASTContext &Context, in FindOrInsert() argument 48 = Context.NestedNameSpecifiers.FindNodeOrInsertPos(ID, InsertPos); in FindOrInsert() 51 new (Context, alignof(NestedNameSpecifier)) NestedNameSpecifier(Mockup); in FindOrInsert() 52 Context.NestedNameSpecifiers.InsertNode(NNS, InsertPos); in FindOrInsert() 59 NestedNameSpecifier::Create(const ASTContext &Context, in Create() argument 68 return FindOrInsert(Context, Mockup); in Create() 72 NestedNameSpecifier::Create(const ASTContext &Context, in Create() argument 84 return FindOrInsert(Context, Mockup); in Create() 88 NestedNameSpecifier::Create(const ASTContext &Context, in Create() argument 100 return FindOrInsert(Context, Mockup); in Create() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | MDBuilder.cpp | 21 return MDString::get(Context, Str); in createString() 33 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy)); in createFPMath() 34 return MDNode::get(Context, Op); in createFPMath() 48 Type *Int32Ty = Type::getInt32Ty(Context); in createBranchWeights() 52 return MDNode::get(Context, Vals); in createBranchWeights() 56 return MDNode::get(Context, None); in createUnpredictable() 62 Type *Int64Ty = Type::getInt64Ty(Context); in createFunctionEntryCount() 75 return MDNode::get(Context, Ops); in createFunctionEntryCount() 79 return MDNode::get(Context, in createFunctionSectionPrefix() 87 Type *Ty = IntegerType::get(Context, Lo.getBitWidth()); in createRange() [all …]
|
| H A D | ProfileSummary.cpp | 27 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() argument 29 Type *Int64Ty = Type::getInt64Ty(Context); in getKeyValMD() 30 Metadata *Ops[2] = {MDString::get(Context, Key), in getKeyValMD() 32 return MDTuple::get(Context, Ops); in getKeyValMD() 35 static Metadata *getKeyFPValMD(LLVMContext &Context, const char *Key, in getKeyFPValMD() argument 37 Type *DoubleTy = Type::getDoubleTy(Context); in getKeyFPValMD() 38 Metadata *Ops[2] = {MDString::get(Context, Key), in getKeyFPValMD() 40 return MDTuple::get(Context, Ops); in getKeyFPValMD() 45 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() argument 47 Metadata *Ops[2] = {MDString::get(Context, Key), MDString::get(Context, Val)}; in getKeyValMD() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 67 ASTContext *Context; member in __anon7c92408a0111::RewriteModernObjC 267 Diags.Report(Context->getFullLoc(Old->getBeginLoc()), RewriteFailedDiag) in ReplaceStmtWithRange() 284 Diags.Report(Context->getFullLoc(Old->getBeginLoc()), RewriteFailedDiag) in ReplaceStmtWithRange() 295 Diags.Report(Context->getFullLoc(Loc), RewriteFailedDiag); in InsertText() 305 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag); in ReplaceText() 509 T = Context->getPointerType(BPT->getPointeeType()); in convertBlockPointerToFunctionPointer() 525 T = isConst ? Context->getObjCIdType().withConst() in convertToUnqualifiedObjCType() 526 : Context->getObjCIdType(); in convertToUnqualifiedObjCType() 529 T = Context->getObjCClassType(); in convertToUnqualifiedObjCType() 536 T = Context->getPointerType(T); in convertToUnqualifiedObjCType() [all …]
|
| H A D | RewriteObjC.cpp | 66 ASTContext *Context; member in __anonf8c858050111::RewriteObjC 218 Diags.Report(Context->getFullLoc(Old->getBeginLoc()), RewriteFailedDiag) in ReplaceStmtWithRange() 235 Diags.Report(Context->getFullLoc(Old->getBeginLoc()), RewriteFailedDiag) in ReplaceStmtWithRange() 246 Diags.Report(Context->getFullLoc(Loc), RewriteFailedDiag); in InsertText() 256 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag); in ReplaceText() 420 T = Context->getPointerType(BPT->getPointeeType()); in convertBlockPointerToFunctionPointer() 434 T = Context->getObjCIdType(); in convertToUnqualifiedObjCType() 436 T = Context->getObjCClassType(); in convertToUnqualifiedObjCType() 443 T = Context->getPointerType(T); in convertToUnqualifiedObjCType() 453 QualType OCT = Context->getCanonicalType(T).getUnqualifiedType(); in isObjCType() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/ |
| H A D | SourceCode.h | 27 ASTContext &Context); 34 ASTContext &Context) { in getExtendedRange() argument 36 Next, Context); in getExtendedRange() 44 CharSourceRange getAssociatedRange(const Decl &D, ASTContext &Context); 47 StringRef getText(CharSourceRange Range, const ASTContext &Context); 51 StringRef getText(const T &Node, const ASTContext &Context) { in getText() argument 53 Context); in getText() 80 ASTContext &Context) { in getExtendedText() argument 81 return getText(getExtendedRange(Node, Next, Context), Context); in getExtendedText() 97 getRangeForEdit(const CharSourceRange &EditRange, const ASTContext &Context) { in getRangeForEdit() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 219 !(I = Expr->getIntegerConstantExpr(S.Context))) { in checkUInt32Argument() 311 !(IdxInt = IdxExpr->getIntegerConstantExpr(S.Context))) { in checkFunctionOrMethodParameterIndex() 377 D->addAttr(::new (S.Context) AttrType(S.Context, CI)); in handleSimpleAttribute() 424 Record->lookup(S.Context.DeclarationNames.getCXXOperatorName(Op)); in threadSafetyCheckIsSmartPointer() 678 D->addAttr(::new (S.Context) PtGuardedVarAttr(S.Context, AL)); in handlePtGuardedVarAttr() 700 D->addAttr(::new (S.Context) GuardedByAttr(S.Context, AL, Arg)); in handleGuardedByAttr() 711 D->addAttr(::new (S.Context) PtGuardedByAttr(S.Context, AL, Arg)); in handlePtGuardedByAttr() 740 D->addAttr(::new (S.Context) in handleAcquiredAfterAttr() 741 AcquiredAfterAttr(S.Context, AL, StartArg, Args.size())); in handleAcquiredAfterAttr() 750 D->addAttr(::new (S.Context) in handleAcquiredBeforeAttr() [all …]
|
| H A D | SemaExprObjC.cpp | 68 const ConstantArrayType *CAT = Context.getAsConstantArrayType(S->getType()); in ParseObjCStringLiteral() 70 QualType StrTy = Context.getConstantArrayType( in ParseObjCStringLiteral() 73 S = StringLiteral::Create(Context, StrBuf, StringLiteral::Ascii, in ParseObjCStringLiteral() 90 QualType Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral() 92 Ty = Context.getObjCObjectPointerType(Ty); in BuildObjCStringLiteral() 98 NSIdent = &Context.Idents.get("NSConstantString"); in BuildObjCStringLiteral() 100 NSIdent = &Context.Idents.get(StringClass); in BuildObjCStringLiteral() 105 Context.setObjCConstantStringInterface(StrIF); in BuildObjCStringLiteral() 106 Ty = Context.getObjCConstantStringInterface(); in BuildObjCStringLiteral() 107 Ty = Context.getObjCObjectPointerType(Ty); in BuildObjCStringLiteral() [all …]
|
| H A D | Sema.cpp | 70 return &Context.Idents.get(OS.str()); in InventAbbreviatedTemplateParameterTypeName() 73 PrintingPolicy Sema::getPrintingPolicy(const ASTContext &Context, in getPrintingPolicy() argument 75 PrintingPolicy Policy = Context.getPrintingPolicy(); in getPrintingPolicy() 78 Policy.Bool = Context.getLangOpts().Bool; in getPrintingPolicy() 80 if (const MacroInfo *BoolMacro = PP.getMacroInfo(Context.getBoolName())) { in getPrintingPolicy() 92 PushDeclContext(S, Context.getTranslationUnitDecl()); in ActOnTranslationUnitScope() 156 Context(ctxt), Consumer(consumer), Diags(PP.getDiagnostics()), in Sema() 180 SatisfactionCache(Context), AccessCheckingSFINAE(false), 194 NSAPIObj.reset(new NSAPI(Context)); 200 Diags.SetArgToStringFn(&FormatASTNodeDiagnosticArgument, &Context); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFinder.cpp | 38 const ASTContext &Context) in NamedDeclOccurrenceFindingVisitor() argument 39 : RecursiveSymbolVisitor(Context.getSourceManager(), in NamedDeclOccurrenceFindingVisitor() 40 Context.getLangOpts()), in NamedDeclOccurrenceFindingVisitor() 41 Point(Point), Context(Context) {} in NamedDeclOccurrenceFindingVisitor() 65 (Context.getSourceManager().isBeforeInTranslationUnit(Start, in isPointWithin() 67 Context.getSourceManager().isBeforeInTranslationUnit(Point, End)); in isPointWithin() 72 const ASTContext &Context; member in clang::tooling::__anonb517e2ac0111::NamedDeclOccurrenceFindingVisitor 77 const NamedDecl *getNamedDeclAt(const ASTContext &Context, in getNamedDeclAt() argument 79 const SourceManager &SM = Context.getSourceManager(); in getNamedDeclAt() 80 NamedDeclOccurrenceFindingVisitor Visitor(Point, Context); in getNamedDeclAt() [all …]
|
| H A D | RenamingAction.cpp | 46 findSymbolOccurrences(const NamedDecl *ND, RefactoringRuleContext &Context) { in findSymbolOccurrences() argument 48 getUSRsForDeclaration(ND, Context.getASTContext()); in findSymbolOccurrences() 51 Context.getASTContext().getTranslationUnitDecl()); in findSymbolOccurrences() 66 RenameOccurrences::initiate(RefactoringRuleContext &Context, in initiate() argument 69 getNamedDeclAt(Context.getASTContext(), SelectionRange.getBegin()); in initiate() 71 return Context.createDiagnosticError( in initiate() 80 RenameOccurrences::createSourceReplacements(RefactoringRuleContext &Context) { in createSourceReplacements() argument 81 Expected<SymbolOccurrences> Occurrences = findSymbolOccurrences(ND, Context); in createSourceReplacements() 87 *Occurrences, Context.getASTContext().getSourceManager(), Name); in createSourceReplacements() 91 QualifiedRenameRule::initiate(RefactoringRuleContext &Context, in initiate() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 35 : Context(Ctx), Module(M), CodeGenOpts(CGO), in CodeGenTBAA() 116 uint64_t Size = Context.getTypeSizeInChars(Ty).getQuantity(); in getTypeInfoHelper() 134 return getTypeInfo(Context.ShortTy); in getTypeInfoHelper() 136 return getTypeInfo(Context.IntTy); in getTypeInfoHelper() 138 return getTypeInfo(Context.LongTy); in getTypeInfoHelper() 140 return getTypeInfo(Context.LongLongTy); in getTypeInfoHelper() 142 return getTypeInfo(Context.Int128Ty); in getTypeInfoHelper() 145 return getTypeInfo(Context.ShortFractTy); in getTypeInfoHelper() 147 return getTypeInfo(Context.FractTy); in getTypeInfoHelper() 149 return getTypeInfo(Context.LongFractTy); in getTypeInfoHelper() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86CallFrameOptimization.cpp | 103 MachineBasicBlock::iterator I, CallContext &Context); 105 void adjustCallSequence(MachineFunction &MF, const CallContext &Context); 260 CallContext Context; in runOnMachineFunction() local 261 collectCallInfo(MF, MBB, MI, Context); in runOnMachineFunction() 262 CallSeqVector.push_back(Context); in runOnMachineFunction() 356 CallContext &Context) { in collectCallInfo() argument 365 Context.FrameSetup = FrameSetup; in collectCallInfo() 373 Context.NoStackParams = true; in collectCallInfo() 397 Context.SPCopy = &*J++; in collectCallInfo() 398 StackPtr = Context.SPCopy->getOperand(0).getReg(); in collectCallInfo() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchFinder.h | 75 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 84 clang::ASTContext * const Context; member 192 template <typename T> void match(const T &Node, ASTContext &Context) { in match() argument 193 match(clang::DynTypedNode::create(Node), Context); in match() 195 void match(const clang::DynTypedNode &Node, ASTContext &Context); 199 void matchAST(ASTContext &Context); 251 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context); 255 ASTContext &Context); 261 SmallVector<BoundNodes, 1> match(MatcherT Matcher, ASTContext &Context); 300 ASTContext &Context) { in match() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2678 ASTContext &Context = getContext(); in ReadStmtFromStream() local 2704 S = new (Context) NullStmt(Empty); in ReadStmtFromStream() 2709 Context, /*NumStmts=*/Record[ASTStmtReader::NumStmtFields]); in ReadStmtFromStream() 2714 Context, in ReadStmtFromStream() 2719 S = new (Context) DefaultStmt(Empty); in ReadStmtFromStream() 2723 S = new (Context) LabelStmt(Empty); in ReadStmtFromStream() 2728 Context, in ReadStmtFromStream() 2734 Context, in ReadStmtFromStream() 2742 Context, in ReadStmtFromStream() 2749 Context, in ReadStmtFromStream() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Fibonacci/ |
| H A D | fibonacci.cpp | 51 static Function *CreateFibFunction(Module *M, LLVMContext &Context) { in CreateFibFunction() argument 54 FunctionType *FibFTy = FunctionType::get(Type::getInt32Ty(Context), in CreateFibFunction() 55 {Type::getInt32Ty(Context)}, false); in CreateFibFunction() 60 BasicBlock *BB = BasicBlock::Create(Context, "EntryBlock", FibF); in CreateFibFunction() 63 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1); in CreateFibFunction() 64 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in CreateFibFunction() 71 BasicBlock *RetBB = BasicBlock::Create(Context, "return", FibF); in CreateFibFunction() 73 BasicBlock* RecurseBB = BasicBlock::Create(Context, "recurse", FibF); in CreateFibFunction() 80 ReturnInst::Create(Context, One, RetBB); in CreateFibFunction() 97 ReturnInst::Create(Context, Sum, RecurseBB); in CreateFibFunction() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelectionRequirements.cpp | 16 ASTSelectionRequirement::evaluate(RefactoringRuleContext &Context) const { in evaluate() 19 SourceRangeSelectionRequirement::evaluate(Context); in evaluate() 24 findSelectedASTNodes(Context.getASTContext(), *Range); in evaluate() 26 return Context.createDiagnosticError( in evaluate() 32 RefactoringRuleContext &Context) const { in evaluate() 35 ASTSelectionRequirement::evaluate(Context); in evaluate() 41 Context.getSelectionRange(), *StoredSelection); in evaluate() 43 return Context.createDiagnosticError( in evaluate() 44 Context.getSelectionRange().getBegin(), in evaluate() 46 Context.setASTSelection(std::move(StoredSelection)); in evaluate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | BenchmarkResult.cpp | 201 YamlContext &Context = getTypedContext(Ctx); in input() local 202 Context.deserializeMCInst(Scalar, Value); in input() 203 return Context.getLastError(); in input() 256 YamlContext &Context = getTypedContext(Ctx); in output() local 257 Out << Context.getRegName(RV.Register) << "=0x" in output() 266 YamlContext &Context = getTypedContext(Ctx); in input() local 268 if (Pieces.size() == 2 && (RegNo = Context.getRegNo(Pieces[0]))) { in input() 273 Context.getErrorStream() in input() 276 return Context.getLastError(); in input() 287 YamlContext &Context) { in mapping() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | Context.cpp | 25 Context::Context(ASTContext &Ctx) : Ctx(Ctx), P(new Program(*this)) {} in Context() function in Context 27 Context::~Context() {} in ~Context() 29 bool Context::isPotentialConstantExpr(State &Parent, const FunctionDecl *FD) { in isPotentialConstantExpr() 49 bool Context::evaluateAsRValue(State &Parent, const Expr *E, APValue &Result) { in evaluateAsRValue() 54 bool Context::evaluateAsInitializer(State &Parent, const VarDecl *VD, in evaluateAsInitializer() 60 const LangOptions &Context::getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() 62 llvm::Optional<PrimType> Context::classify(QualType T) { in classify() 109 unsigned Context::getCharBit() const { in getCharBit() 113 bool Context::Run(State &Parent, Function *Func, APValue &Result) { in Run() 122 bool Context::Check(State &Parent, llvm::Expected<bool> &&Flag) { in Check()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/ParallelJIT/ |
| H A D | ParallelJIT.cpp | 51 LLVMContext &Context = M->getContext(); in createAdd1() local 55 Function::Create(FunctionType::get(Type::getInt32Ty(Context), in createAdd1() 56 {Type::getInt32Ty(Context)}, false), in createAdd1() 61 BasicBlock *BB = BasicBlock::Create(Context, "EntryBlock", Add1F); in createAdd1() 64 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1); in createAdd1() 75 ReturnInst::Create(Context, Add, BB); in createAdd1() 82 LLVMContext &Context = M->getContext(); in CreateFibFunction() local 85 FunctionType *FibFTy = FunctionType::get(Type::getInt32Ty(Context), in CreateFibFunction() 86 {Type::getInt32Ty(Context)}, false); in CreateFibFunction() 91 BasicBlock *BB = BasicBlock::Create(Context, "EntryBlock", FibF); in CreateFibFunction() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
| H A D | SourceCodeBuilders.cpp | 64 const ASTContext &Context) { in buildParens() argument 65 StringRef Text = getText(E, Context); in buildParens() 74 tooling::buildDereference(const Expr &E, const ASTContext &Context) { in buildDereference() argument 79 getText(*Op->getSubExpr()->IgnoreParenImpCasts(), Context); in buildDereference() 85 StringRef Text = getText(E, Context); in buildDereference() 95 const ASTContext &Context) { in buildAddressOf() argument 100 getText(*Op->getSubExpr()->IgnoreParenImpCasts(), Context); in buildAddressOf() 106 StringRef Text = getText(E, Context); in buildAddressOf() 116 const ASTContext &Context) { in buildDot() argument 121 StringRef DerefText = getText(*SubExpr, Context); in buildDot() [all …]
|