OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextBaseToMangle
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h
450
: ObjectWithVPtr(RD), IntroducingObject(RD),
NextBaseToMangle
(RD) {}
473
const CXXRecordDecl *
NextBaseToMangle
;
/src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp
3332
P->
NextBaseToMangle
= Base;
3374
if (P.
NextBaseToMangle
) {
3375
P.MangledPath.push_back(P.
NextBaseToMangle
);
3376
P.
NextBaseToMangle
= nullptr;// Prevent the path from being extended twice.
Completed in 29 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026