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

/external/clang/include/clang/AST/
H A DVTableBuilder.h492 VFTableLayoutMapTy VFTableLayouts; member in class:clang::MicrosoftVTableContext
/external/clang/lib/AST/
H A DVTableBuilder.cpp3291 llvm::DeleteContainerSeconds(VFTableLayouts);
3315 assert(VFTableLayouts.count(id) == 0);
3318 VFTableLayouts[id] = new VTableLayout(
3465 assert(VFTableLayouts.count(id) && "Couldn't find a VFTable at this offset");
3466 return *VFTableLayouts[id];

Completed in 284 milliseconds