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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp247 Common = newCommon(getASTContext());
333 FunctionTemplateDecl::newCommon(ASTContext &C) const { function in class:FunctionTemplateDecl
449 ClassTemplateDecl::newCommon(ASTContext &C) const { function in class:ClassTemplateDecl
1087 TypeAliasTemplateDecl::newCommon(ASTContext &C) const { function in class:TypeAliasTemplateDecl
1151 VarTemplateDecl::newCommon(ASTContext &C) const { function in class:VarTemplateDecl
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h848 virtual CommonBase *newCommon(ASTContext &C) const = 0;
1006 CommonBase *newCommon(ASTContext &C) const override;
2272 CommonBase *newCommon(ASTContext &C) const override;
2521 CommonBase *newCommon(ASTContext &C) const override;
3101 CommonBase *newCommon(ASTContext &C) const override;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2040 CanonD->Common = CanonD->newCommon(Reader.getContext());

Completed in 126 milliseconds