Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTVector.h72 ASTVector() : Begin(0), End(0), Capacity(0, false) {} in ASTVector() function
74 ASTVector(const ASTContext &C, unsigned N) in ASTVector() function