Searched refs:newCommon (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DDeclTemplate.cpp153 Common = newCommon(getASTContext());
242 FunctionTemplateDecl::newCommon(ASTContext &C) const { function in class:FunctionTemplateDecl
346 ClassTemplateDecl::newCommon(ASTContext &C) const { function in class:ClassTemplateDecl
903 TypeAliasTemplateDecl::newCommon(ASTContext &C) const { function in class:TypeAliasTemplateDecl
979 VarTemplateDecl::newCommon(ASTContext &C) const { function in class:VarTemplateDecl
/external/clang/include/clang/AST/
H A DDeclTemplate.h622 virtual CommonBase *newCommon(ASTContext &C) const = 0;
783 CommonBase *newCommon(ASTContext &C) const override;
1847 CommonBase *newCommon(ASTContext &C) const override;
2110 CommonBase *newCommon(ASTContext &C) const override;
2682 CommonBase *newCommon(ASTContext &C) const override;
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1589 CanonD->Common = CanonD->newCommon(Reader.getContext());

Completed in 786 milliseconds