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 38 CXXRecordDecl::DefinitionData::DefinitionData(CXXRecordDecl *D)
68 CXXBaseSpecifier *CXXRecordDecl::DefinitionData::getBasesSlowCase() const {
72 CXXBaseSpecifier *CXXRecordDecl::DefinitionData::getVBasesSlowCase() const {
76 CXXRecordDecl::CXXRecordDecl(Kind K, TagKind TK, DeclContext *DC,
78 IdentifierInfo *Id, CXXRecordDecl *PrevDecl)
83 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK,
86 CXXRecordDecl* PrevDecl
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 38 class CXXRecordDecl;
268 /// CXXRecordDecl - Represents a C++ struct/union/class.
271 class CXXRecordDecl : public RecordDecl {
287 DefinitionData(CXXRecordDecl *D);
481 CXXRecordDecl *Definition;
511 LambdaDefinitionData(CXXRecordDecl *D, TypeSourceInfo *Info, bool Dependent)
587 void addedClassSubobject(CXXRecordDecl *Base);
602 CXXRecordDecl(Kind K, TagKind TK, DeclContext *DC,
604 IdentifierInfo *Id, CXXRecordDecl *PrevDecl);
625 virtual CXXRecordDecl *getCanonicalDecl()
    [all...]

Completed in 73 milliseconds