Home
last modified time | relevance | path

Searched refs:ASTs (Results 1 – 20 of 20) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp575 std::vector<std::unique_ptr<ASTUnit>> &ASTs; member in __anon384867220211::ASTBuilderAction
578 ASTBuilderAction(std::vector<std::unique_ptr<ASTUnit>> &ASTs) : ASTs(ASTs) {} in ASTBuilderAction() argument
593 ASTs.push_back(std::move(AST)); in runInvocation()
600 int ClangTool::buildASTs(std::vector<std::unique_ptr<ASTUnit>> &ASTs) { in buildASTs() argument
601 ASTBuilderAction Action(ASTs); in buildASTs()
628 std::vector<std::unique_ptr<ASTUnit>> ASTs; in buildASTFromCodeWithArgs() local
629 ASTBuilderAction Action(ASTs); in buildASTFromCodeWithArgs()
654 assert(ASTs.size() == 1); in buildASTFromCodeWithArgs()
655 return std::move(ASTs[0]); in buildASTFromCodeWithArgs()
/netbsd/external/apache2/llvm/dist/clang/tools/clang-diff/
H A DClangDiff.cpp107 std::vector<std::unique_ptr<ASTUnit>> ASTs; in getAST() local
108 Tool.buildASTs(ASTs); in getAST()
109 if (ASTs.size() != Files.size()) in getAST()
111 return std::move(ASTs[0]); in getAST()
/netbsd/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2007-OriginalClangReadme.txt44 stuff (e.g. libsema builds ASTs). This depends on liblex.
50 program' ASTs depending on how they use the APIs. This depends
56 the same source location information embedded in ASTs. This
114 * -parse-ast builds ASTs, but doesn't print them. This is most
122 * -dump-cfg builds ASTs and then CFGs. CFGs are then pretty-printed.
124 * -view-cfg builds ASTs and then CFGs. CFGs are then visualized by
/netbsd/external/apache2/llvm/dist/llvm/docs/tutorial/
H A DBuildingAJIT4.rst2 Building a JIT: Extreme Laziness - Using LazyReexports to JIT from ASTs
19 directly from Kaleidoscope ASTs.
H A DBuildingAJIT3.rst191 `Next: Extreme Laziness -- Using Compile Callbacks to JIT directly from ASTs <BuildingAJIT4.html>`_
H A DBuildingAJIT1.rst87 representations (e.g. ASTs) to be added to the JIT.
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h76 const std::vector<llvm::SMTExprRef> &ASTs) { in fromNBinOp() argument
77 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()
H A DSMTConstraintManager.h315 std::vector<llvm::SMTExprRef> ASTs; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
/netbsd/external/bsd/tre/dist/lib/
H A DREADME21 - Compiles ASTs to ready-to-use regex objects. Comprised of two parts:
25 * Routine to convert tagged ASTs to tagged nondeterministic state
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DHowToSetupToolingForLLVM.rst108 * ``-ast-print`` --- Build ASTs and then pretty-print them.
109 * ``-ast-dump`` --- Build ASTs and then debug dump them.
114 * ``-ast-list`` --- Build ASTs and print the list of declaration node qualified
H A DIntroductionToTheClangAST.rst19 Clang's AST is different from ASTs produced by some other compilers in
H A DLibASTImporter.rst2 ASTImporter: Merging Clang ASTs
22 It may be convenient if we could view the set of the resulting ASTs as if they were one AST resulti…
89 First, we build two ASTs from virtual files; the content of the virtual files are synthesized from …
H A DRefactoringEngine.rst15 query ASTs for some particular nodes.
H A DInternalsManual.rst1021 intended to live beyond them (for example, they should not live in the ASTs).
1595 the ASTs are being constructed.
1878 errors in the input. Clang-based tools also depend on such ASTs, and IDEs in
2016 ASTs <LibASTImporter>` for an introduction. And please read through the
2358 when we merge ASTs from different translation units which include the same
/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DTooling.h348 int buildASTs(std::vector<std::unique_ptr<ASTUnit>> &ASTs);
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td409 // Importing ASTs
460 // Importing Objective-C ASTs
531 // Importing C++ ASTs
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOperationKinds.def43 /// created only for explicit casts; dependent ASTs aren't required
/netbsd/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5280 HelpText<"Build ASTs and then pretty-print them">;
5282 HelpText<"Build ASTs and print the list of declaration node qualified names">;
5284 HelpText<"Build ASTs and then debug dump them">;
5286 HelpText<"Build ASTs and then debug dump them in the specified format. "
5289 HelpText<"Build ASTs and then debug dump them, forcing deserialization">;
5291 HelpText<"Build ASTs and then debug dump them in the specified format, "
5299 HelpText<"Build ASTs and then debug dump their name lookup tables">,
5302 HelpText<"Build ASTs and view them with GraphViz">;
5312 HelpText<"Build ASTs then convert to LLVM, emit .bc file">;
5314 HelpText<"Build ASTs and convert to LLVM, discarding output">;
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2017463 (finish_function): Use dump_function to for dumping original ASTs.
/netbsd/sys/arch/sparc64/sparc64/
H A Dlocore.s3805 * scheduling and signal ASTs (which generally occur from softclock or