Searched refs:CurVBase (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3692 const CXXRecordDecl *CurVBase = VB.getType()->getAsCXXRecordDecl(); local
3693 if (!VBI->VBTableIndices.count(CurVBase))
3694 VBI->VBTableIndices[CurVBase] = VBTableIndex++;

Completed in 164 milliseconds