OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VFPtrLocations
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h
556
VFPtrLocationsMapTy
VFPtrLocations
;
/src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp
3607
if (
VFPtrLocations
.count(RD))
3616
VFPtrLocations
[RD] = std::move(VFPtrs);
3620
for (const std::unique_ptr<VPtrInfo> &VFPtr : *
VFPtrLocations
[RD]) {
3764
assert(
VFPtrLocations
.count(RD) && "Couldn't find vfptr locations");
3765
return *
VFPtrLocations
[RD];
Completed in 32 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026