OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNearlyEmpty
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/AST/
CXXABI.h
39
virtual bool
isNearlyEmpty
(const CXXRecordDecl *RD) const = 0;
ItaniumCXXABI.cpp
48
bool
isNearlyEmpty
(const CXXRecordDecl *RD) const {
MicrosoftCXXABI.cpp
39
bool
isNearlyEmpty
(const CXXRecordDecl *RD) const {
RecordLayoutBuilder.cpp
746
if (I->isVirtual() && Context.
isNearlyEmpty
(Base)) {
[
all
...]
ASTContext.cpp
[
all
...]
/external/clang/include/clang/AST/
ASTContext.h
[
all
...]
Completed in 48 milliseconds