Home
last modified time | relevance | path

Searched defs:CXXRecordDecl (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/lib/Frontend/
DLayoutOverrideSource.cpp159 llvm::DenseMap<const CXXRecordDecl *, CharUnits> &BaseOffsets, in layoutRecordType()
/external/clang/test/PCH/
Dcxx-chain-function-template.cpp6 struct CXXRecordDecl { CXXRecordDecl(int); }; struct
/external/clang/include/clang/AST/
DDeclFriend.h68 friend class CXXRecordDecl; variable
176 friend class CXXRecordDecl; variable
DCXXInheritance.h33 class CXXRecordDecl; variable
161 friend class CXXRecordDecl; variable
DASTConsumer.h22 class CXXRecordDecl; variable
DDependentDiagnostic.h30 class CXXRecordDecl; variable
DNestedNameSpecifier.h25 class CXXRecordDecl; variable
DASTMutationListener.h22 class CXXRecordDecl; variable
DRecordLayout.h25 class CXXRecordDecl; variable
DVTableBuilder.h28 class CXXRecordDecl; variable
DAPValue.h32 class CXXRecordDecl; variable
DDeclBase.h29 class CXXRecordDecl; variable
DASTContext.h452 friend class CXXRecordDecl; variable
/external/clang/lib/CodeGen/
DCGVTables.h26 class CXXRecordDecl; variable
DCGCXXABI.h33 class CXXRecordDecl; variable
/external/clang/include/clang/Sema/
DMultiplexExternalSemaSource.h24 class CXXRecordDecl; variable
DExternalSemaSource.h31 class CXXRecordDecl; variable
/external/clang/lib/AST/
DExternalASTSource.cpp69 llvm::DenseMap<const CXXRecordDecl *, CharUnits> &BaseOffsets, in layoutRecordType()
DDeclCXX.cpp85 CXXRecordDecl::CXXRecordDecl(Kind K, TagKind TK, const ASTContext &C, in CXXRecordDecl() function in CXXRecordDecl
410 return !forallBases([](const CXXRecordDecl *) { return true; }); in hasAnyDependentBases()
/external/clang/include/clang/CodeGen/
DCodeGenABITypes.h38 class CXXRecordDecl; variable
/external/cronet/stable/third_party/libc++/src/test/tools/clang_tidy_checks/
Dhide_from_abi.cpp16 AST_MATCHER(clang::CXXRecordDecl, isTrivial) { return Node.isTrivial(); } in AST_MATCHER()
/external/cronet/tot/third_party/libc++/src/test/tools/clang_tidy_checks/
Dhide_from_abi.cpp16 AST_MATCHER(clang::CXXRecordDecl, isTrivial) { return Node.isTrivial(); } in AST_MATCHER()
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp164 llvm::DenseMap<const CXXRecordDecl *, CharUnits> &BaseOffsets, in layoutRecordType()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2188 AST_MATCHER_P(CXXRecordDecl, isDerivedFrom, in AST_MATCHER_P() argument
2226 AST_MATCHER_P(CXXRecordDecl, hasMethod, internal::Matcher<CXXMethodDecl>, in AST_MATCHER_P() argument
2241 AST_MATCHER(CXXRecordDecl, isLambda) { in AST_MATCHER() argument
3841 internal::Matcher<CXXRecordDecl>, InnerMatcher) { in AST_MATCHER_P()
3936 AST_POLYMORPHIC_SUPPORTED_TYPES(CXXRecordDecl, in AST_POLYMORPHIC_MATCHER()
4278 CXXRecordDecl)) { in AST_POLYMORPHIC_MATCHER() argument
4335 CXXRecordDecl)) { in AST_POLYMORPHIC_MATCHER() argument
/external/clang/include/clang/Analysis/
DCFG.h47 class CXXRecordDecl; variable

12