Searched defs:stm (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Index/
H A DASTLocation.h72 ASTLocation(const Decl *parentDecl, const Stmt *stm) argument
74 Stm(const_cast<Stmt*>(stm)) {
75 if (!stm) ParentDecl.setPointer(0);

Completed in 197 milliseconds