Searched refs:getAST (Results 1 – 18 of 18) sorted by relevance
39 AST ast = node.getAST(); in addJavadocTag()47 AST ast = javadoc.getAST(); in addJavadocTag()
146 TagElement fakeWrapper = tagNode.getAST().newTagElement(); in visitTagElement()182 AST ast = tagNode.getAST(); in createSampleTagElement()189 AST ast = tagNode.getAST(); in createEscapedJciteTagElement()
94 AST ast = cu.getAST(); in annotateTestType()119 AST ast = cu.getAST(); in appendImport()
38 AST ast = tag.getAST(); in visitTagElement()
364 AST ast = node.getAST(); in insertAnnotationBefore()393 StringLiteral stringLiteral = rewrite.getAST().newStringLiteral(); in createAnnotationValue()398 NumberLiteral numberLiteral = rewrite.getAST().newNumberLiteral(); in createAnnotationValue()
51 Name newName = cu.getAST().newName(newFqn); in process()
51 StringLiteral newLiteral = node.getAST().newStringLiteral(); in process()
54 Name newQualifier = node.getAST().newName(newQualifierString); in process()
82 AST ast = rewrite.getAST(); in addDefaultConstructor()
33 ASTUnit *getAST() const { return AST.get(); } in getAST() function
678 EXPECT_EQ(Expr.getAST(), TenPtr); in TEST_F()1623 (*ExpressionPointer)->getAST()->eval(); in TEST_F()1630 ExpressionVal = (*ExpressionPointer)->getAST()->eval(); in TEST_F()1637 ExpressionVal = (*ExpressionPointer)->getAST()->eval(); in TEST_F()1653 (*ExpressionPointer)->getAST()->eval().takeError()); in TEST_F()1659 ExpressionVal = (*ExpressionPointer)->getAST()->eval(); in TEST_F()1665 ExpressionVal = (*ExpressionPointer)->getAST()->eval(); in TEST_F()1687 ExpressionVal = (*ExpressionPointer)->getAST()->eval(); in TEST_F()1699 ExpressionVal = (*ExpressionPointer)->getAST()->eval(); in TEST_F()
87 getAST(const std::unique_ptr<CompilationDatabase> &CommonCompilations, in getAST() function
325 void getAST(PathRef File, Range R, Callback<llvm::Optional<ASTNode>> CB);
776 void ClangdServer::getAST(PathRef File, Range R, in getAST() function in clang::clangd::ClangdServer
1449 Server->getAST(Params.textDocument.uri.file(), Params.range, std::move(CB)); in onAST()
313 return new TrackingASTRewrite(cu.getAST()); in createTrackingASTRewrite()
401 assert(ExpressionPointer->getAST() != nullptr && in getResult()404 ExpressionPointer->getAST()->eval(); in getResult()1069 SubstNeeded = ExpressionPointer->getAST() != nullptr; in parsePattern()2567 Expected<ExpressionValue> Value = Expression->getAST()->eval(); in defineCmdlineVariables()
250 ExpressionAST *getAST() const { return AST.get(); } in getAST() function