Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h141 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt() function
199 static bool classof(const CXXForRangeStmt *) { return true; } in classof()
/external/clang/lib/CodeGen/
DCodeGenFunction.h49 class CXXForRangeStmt; variable
/external/clang/lib/AST/
DStmt.cpp810 CXXForRangeStmt::CXXForRangeStmt(DeclStmt *Range, DeclStmt *BeginEndStmt, in CXXForRangeStmt() function in CXXForRangeStmt