Home
last modified time | relevance | path

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

/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/
DJavadocUtils.java39 AST ast = node.getAST(); in addJavadocTag()
47 AST ast = javadoc.getAST(); in addJavadocTag()
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
DTranslateJcite.java146 TagElement fakeWrapper = tagNode.getAST().newTagElement(); in visitTagElement()
182 AST ast = tagNode.getAST(); in createSampleTagElement()
189 AST ast = tagNode.getAST(); in createEscapedJciteTagElement()
DShardingAnnotator.java94 AST ast = cu.getAST(); in annotateTestType()
119 AST ast = cu.getAST(); in appendImport()
DReplaceIcuTags.java38 AST ast = tag.getAST(); in visitTagElement()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
DAddAnnotation.java364 AST ast = node.getAST(); in insertAnnotationBefore()
393 StringLiteral stringLiteral = rewrite.getAST().newStringLiteral(); in createAnnotationValue()
398 NumberLiteral numberLiteral = rewrite.getAST().newNumberLiteral(); in createAnnotationValue()
DRenamePackage.java51 Name newName = cu.getAST().newName(newFqn); in process()
DModifyStringLiterals.java51 StringLiteral newLiteral = node.getAST().newStringLiteral(); in process()
DModifyQualifiedNames.java54 Name newQualifier = node.getAST().newName(newQualifierString); in process()
DAddDefaultConstructor.java82 AST ast = rewrite.getAST(); in addDefaultConstructor()
/external/llvm-project/clang/unittests/Analysis/
DCFGBuildResult.h33 ASTUnit *getAST() const { return AST.get(); } in getAST() function
/external/llvm-project/llvm/unittests/FileCheck/
DFileCheckTest.cpp678 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()
/external/llvm-project/clang/tools/clang-diff/
DClangDiff.cpp87 getAST(const std::unique_ptr<CompilationDatabase> &CommonCompilations, in getAST() function
/external/llvm-project/clang-tools-extra/clangd/
DClangdServer.h325 void getAST(PathRef File, Range R, Callback<llvm::Optional<ASTNode>> CB);
DClangdServer.cpp776 void ClangdServer::getAST(PathRef File, Range R, in getAST() function in clang::clangd::ClangdServer
DClangdLSPServer.cpp1449 Server->getAST(Params.textDocument.uri.file(), Params.range, std::move(CB)); in onAST()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/
DMain.java313 return new TrackingASTRewrite(cu.getAST()); in createTrackingASTRewrite()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp401 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()
DFileCheckImpl.h250 ExpressionAST *getAST() const { return AST.get(); } in getAST() function