OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cxx_record_decl
(Results
1 - 2
of
2
) sorted by null
/development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp
322
const clang::CXXRecordDecl *
cxx_record_decl
) const {
323
assert(
cxx_record_decl
!= nullptr);
325
cxx_record_decl
->bases_begin();
326
while (base_class !=
cxx_record_decl
->bases_end()) {
348
const clang::CXXRecordDecl *
cxx_record_decl
) const {
349
assert(
cxx_record_decl
!= nullptr);
352
const clang::Type *typep =
cxx_record_decl
->getTypeForDecl();
359
if (!itanium_vtable_contextp || !
cxx_record_decl
->isPolymorphic() ||
364
itanium_vtable_contextp->getVTableLayout(
cxx_record_decl
);
447
const clang::CXXRecordDecl *
cxx_record_decl
) const
500
const clang::CXXRecordDecl *
cxx_record_decl
=
local
[
all
...]
abi_wrappers.h
89
const clang::CXXRecordDecl *
cxx_record_decl
) const;
92
const clang::CXXRecordDecl *
cxx_record_decl
) const;
95
const clang::CXXRecordDecl *
cxx_record_decl
) const;
Completed in 73 milliseconds