HomeSort by relevance Sort by last modified time
    Searched refs:CommonBase (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
DeclTemplate.h 601 struct CommonBase {
602 CommonBase() : InstantiatedFromMember(0, false) { }
615 mutable CommonBase *Common;
620 CommonBase *getCommonPtr() const;
622 virtual CommonBase *newCommon(ASTContext &C) const = 0;
747 struct Common : CommonBase {
775 CommonBase *newCommon(ASTContext &C) const;
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 131 RedeclarableTemplateDecl::CommonBase *RedeclarableTemplateDecl::getCommonPtr() const {
241 RedeclarableTemplateDecl::CommonBase *
344 RedeclarableTemplateDecl::CommonBase *
    [all...]

Completed in 142 milliseconds