Searched refs:ASTs (Results 1 – 6 of 6) sorted by relevance
644 std::vector<std::unique_ptr<ASTUnit>> &ASTs; member in __anon53ec47410411::ASTBuilderAction647 ASTBuilderAction(std::vector<std::unique_ptr<ASTUnit>> &ASTs) : ASTs(ASTs) {} in ASTBuilderAction() argument662 ASTs.push_back(std::move(AST)); in runInvocation()669 int ClangTool::buildASTs(std::vector<std::unique_ptr<ASTUnit>> &ASTs) { in buildASTs() argument670 ASTBuilderAction Action(ASTs); in buildASTs()693 std::vector<std::unique_ptr<ASTUnit>> ASTs; in buildASTFromCodeWithArgs() local694 ASTBuilderAction Action(ASTs); in buildASTFromCodeWithArgs()719 assert(ASTs.size() == 1); in buildASTFromCodeWithArgs()720 return std::move(ASTs[0]); in buildASTFromCodeWithArgs()
76 const std::vector<llvm::SMTExprRef> &ASTs) { in fromNBinOp() argument77 assert(!ASTs.empty()); in fromNBinOp()82 llvm::SMTExprRef res = ASTs.front(); in fromNBinOp()83 for (std::size_t i = 1; i < ASTs.size(); ++i) in fromNBinOp()84 res = (Op == BO_LAnd) ? Solver->mkAnd(res, ASTs[i]) in fromNBinOp()85 : Solver->mkOr(res, ASTs[i]); in fromNBinOp()
319 std::vector<llvm::SMTExprRef> ASTs; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
452 // Importing ASTs501 // Importing Objective-C ASTs572 // Importing C++ ASTs
43 /// created only for explicit casts; dependent ASTs aren't required
2953 Group<Action_Group>, HelpText<"Build ASTs and then lower to ClangIR">;7657 HelpText<"Build ASTs and then pretty-print them">;7659 HelpText<"Build ASTs and print the list of declaration node qualified names">;7661 HelpText<"Build ASTs and then debug dump them">;7663 HelpText<"Build ASTs and then debug dump them in the specified format. "7666 HelpText<"Build ASTs and then debug dump them, forcing deserialization">;7668 HelpText<"Build ASTs and then debug dump them in the specified format, "7676 HelpText<"Build ASTs and then debug dump their name lookup tables">,7679 HelpText<"Build ASTs and view them with GraphViz">;7691 HelpText<"Build ASTs and convert to LLVM, discarding output">;[all …]