Home
last modified time | relevance | path

Searched defs:ASTs (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp644 std::vector<std::unique_ptr<ASTUnit>> &ASTs; member in __anon5c7149130411::ASTBuilderAction
647 ASTBuilderAction(std::vector<std::unique_ptr<ASTUnit>> &ASTs) : ASTs(ASTs) {} in ASTBuilderAction() argument
669 int ClangTool::buildASTs(std::vector<std::unique_ptr<ASTUnit>> &ASTs) { in buildASTs() argument
693 std::vector<std::unique_ptr<ASTUnit>> ASTs; in buildASTFromCodeWithArgs() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h316 std::vector<llvm::SMTExprRef> ASTs; REGISTER_TRAIT_WITH_PROGRAMSTATE() local
H A DSMTConv.h76 const std::vector<llvm::SMTExprRef> &ASTs) { in fromNBinOp()