Home
last modified time | relevance | path

Searched refs:BEnd (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/AST/
DDeclCXX.cpp1146 BEnd = bases_end(); in mayBeAbstract() local
1147 B != BEnd; ++B) { in mayBeAbstract()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp881 BEnd = BasePath.end(); in BasePathInvolvesVirtualBase() local
882 B != BEnd; ++B) in BasePathInvolvesVirtualBase()
5888 BEnd = ClassDecl->bases_end(); in ComputeDefaultedDefaultCtorExceptionSpec() local
5889 B != BEnd; ++B) { in ComputeDefaultedDefaultCtorExceptionSpec()
5905 BEnd = ClassDecl->vbases_end(); in ComputeDefaultedDefaultCtorExceptionSpec() local
5906 B != BEnd; ++B) { in ComputeDefaultedDefaultCtorExceptionSpec()
6263 BEnd = ClassDecl->bases_end(); in ComputeDefaultedDtorExceptionSpec() local
6264 B != BEnd; ++B) { in ComputeDefaultedDtorExceptionSpec()
6275 BEnd = ClassDecl->vbases_end(); in ComputeDefaultedDtorExceptionSpec() local
6276 B != BEnd; ++B) { in ComputeDefaultedDtorExceptionSpec()
DSemaLookup.cpp2708 BEnd = Record->bases_end(); in LookupVisibleDecls() local
2709 B != BEnd; ++B) { in LookupVisibleDecls()
DTreeTransform.h4868 for (CompoundStmt::body_iterator B = S->body_begin(), BEnd = S->body_end(); in TransformCompoundStmt() local
4869 B != BEnd; ++B) { in TransformCompoundStmt()
DSemaExpr.cpp8195 for (CXXBasePath::iterator B = Path.begin(), BEnd = Path.end(); in BuildBuiltinOffsetOf() local
8196 B != BEnd; ++B) in BuildBuiltinOffsetOf()
/external/clang/lib/Serialization/
DASTWriter.cpp3863 *BEnd = CXXBaseSpecifiersToWrite[I].BasesEnd; in FlushCXXBaseSpecifiers() local
3864 Record.push_back(BEnd - B); in FlushCXXBaseSpecifiers()
3865 for (; B != BEnd; ++B) in FlushCXXBaseSpecifiers()
/external/clang/lib/Analysis/
DCFG.cpp3169 for (CFGBlock::const_iterator BI = (*I)->begin(), BEnd = (*I)->end() ; in StmtPrinterHelper() local
3170 BI != BEnd; ++BI, ++j ) { in StmtPrinterHelper()