OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VBTableIndices
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h
503
llvm::DenseMap<const CXXRecordDecl *, unsigned>
VBTableIndices
;
/src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp
3732
VBI->
VBTableIndices
.insert(BaseInfo.
VBTableIndices
.begin(),
3733
BaseInfo.
VBTableIndices
.end());
3738
unsigned VBTableIndex = 1 + VBI->
VBTableIndices
.size();
3741
if (!VBI->
VBTableIndices
.count(CurVBase))
3742
VBI->
VBTableIndices
[CurVBase] = VBTableIndex++;
3751
assert(VBInfo.
VBTableIndices
.count(VBase));
3752
return VBInfo.
VBTableIndices
.find(VBase)->second;
Completed in 57 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026