Searched defs:CXXRecordDecl (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/PCH/
H A Dcxx-chain-function-template.cpp6 struct CXXRecordDecl { CXXRecordDecl(int); }; struct
22 cast<CXXRecordDecl>(1.0f);
28 cast<CXXRecordDecl>(1.0f);
/external/clang/lib/AST/
H A DDeclCXX.cpp48 CXXRecordDecl::DefinitionData::DefinitionData(CXXRecordDecl *D)
78 CXXBaseSpecifier *CXXRecordDecl::DefinitionData::getBasesSlowCase() const {
82 CXXBaseSpecifier *CXXRecordDecl::DefinitionData::getVBasesSlowCase() const {
86 CXXRecordDecl::CXXRecordDecl(Kind K, TagKind TK, const ASTContext &C, function in class:CXXRecordDecl
89 CXXRecordDecl *PrevDecl)
95 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK,
98 CXXRecordDecl* PrevDec
[all...]
/external/clang/include/clang/AST/
H A DDeclCXX.h38 class CXXRecordDecl;
261 /// FIXME: This is a little CXXRecordDecl-specific that the moment.
285 class CXXRecordDecl : public RecordDecl { class in namespace:clang
301 DefinitionData(CXXRecordDecl *D);
496 CXXRecordDecl *Definition;
523 typedef LazyDefinitionDataPtr<CXXRecordDecl, struct DefinitionData>
525 friend class LazyDefinitionDataPtr<CXXRecordDecl, struct DefinitionData>;
533 LambdaDefinitionData(CXXRecordDecl *D, TypeSourceInfo *Info,
615 void addedClassSubobject(CXXRecordDecl *Base);
634 CXXRecordDecl(Kin
[all...]

Completed in 120 milliseconds