Home
last modified time | relevance | path

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

/external/annotation-tools/annotation-file-utilities/src/annotator/find/
DASTPathCriterion.java402 DoWhileLoopTree doWhileLoop = (DoWhileLoopTree) actualNode;
404 return doWhileLoop.getCondition();
406 return doWhileLoop.getStatement();
/external/annotation-tools/scene-lib/src/annotations/io/
DASTPath.java955 DoWhileLoopTree doWhileLoop =(DoWhileLoopTree) actualNode; in matches() local
957 next = doWhileLoop.getCondition(); in matches()
959 next = doWhileLoop.getStatement(); in matches()
/external/clang/test/SemaObjC/
Darc-repeated-weak.mm286 void doWhileLoop(Test *a) { function