HomeSort by relevance Sort by last modified time
    Searched defs:CXXRecordDecl (Results 1 - 3 of 3) sorted by null

  /external/clang/test/PCH/
cxx-chain-function-template.cpp 6 struct CXXRecordDecl { CXXRecordDecl(int); };
22 cast<CXXRecordDecl>(1.0f);
28 cast<CXXRecordDecl>(1.0f);
  /external/clang/lib/AST/
DeclCXX.cpp 48 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,
89 CXXRecordDecl *PrevDecl)
95 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK,
98 CXXRecordDecl* PrevDecl
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 38 class CXXRecordDecl;
261 /// FIXME: This is a little CXXRecordDecl-specific that the moment.
285 class CXXRecordDecl : public RecordDecl {
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(Kind K, TagKind TK, const ASTContext &C, DeclContext *DC
    [all...]

Completed in 475 milliseconds