Home
last modified time | relevance | path

Searched refs:BaseEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1106 BaseEnd = D->bases_end(); Base != BaseEnd; ++Base) { in VisitCXXRecordDecl() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp833 BaseEnd = CD->bases_end(); Base != BaseEnd; ++Base, ++BaseNo) { in Build() local