Home
last modified time | relevance | path

Searched refs:getAST (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/clang-diff/
H A DClangDiff.cpp87 getAST(const std::unique_ptr<CompilationDatabase> &CommonCompilations, in getAST() function
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp419 assert(ExpressionPointer->getAST() != nullptr && in getResult()
422 ExpressionPointer->getAST()->eval(); in getResult()
1113 SubstNeeded = ExpressionPointer->getAST() != nullptr; in parsePattern()
2718 Expected<ExpressionValue> Value = Expression->getAST()->eval(); in defineCmdlineVariables()
H A DFileCheckImpl.h253 ExpressionAST *getAST() const { return AST.get(); } in getAST() function