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 599 struct CommonBase {
600 CommonBase() : InstantiatedFromMember(0, false) { }
613 mutable CommonBase *Common;
618 CommonBase *getCommonPtr() const;
620 virtual CommonBase *newCommon(ASTContext &C) const = 0;
745 struct Common : CommonBase {
766 CommonBase *newCommon(ASTContext &C) const;
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 131 RedeclarableTemplateDecl::CommonBase *RedeclarableTemplateDecl::getCommonPtr() const {
241 RedeclarableTemplateDecl::CommonBase *
328 RedeclarableTemplateDecl::CommonBase *
    [all...]

Completed in 18 milliseconds