Home
last modified time | relevance | path

Searched defs:ASTBlock (Results 1 – 2 of 2) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/
DASTBlock.java37 public class ASTBlock extends SimpleNode class
53 public ASTBlock(int id) in ASTBlock() method in ASTBlock
62 public ASTBlock(Parser p, int id) in ASTBlock() method in ASTBlock
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp524 enum { Other, ControlBlock, ASTBlock } State = Other; in loadModuleFile() enumerator