Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclTemplate.cpp324 Common = newCommon(getASTContext()); in getCommonPtr()
428 FunctionTemplateDecl::newCommon(ASTContext &C) const { in newCommon() function in FunctionTemplateDecl
529 ClassTemplateDecl::newCommon(ASTContext &C) const { in newCommon() function in ClassTemplateDecl
1228 TypeAliasTemplateDecl::newCommon(ASTContext &C) const { in newCommon() function in TypeAliasTemplateDecl
1282 VarTemplateDecl::newCommon(ASTContext &C) const { in newCommon() function in VarTemplateDecl
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclTemplate.h820 virtual CommonBase *newCommon(ASTContext &C) const = 0;
977 CommonBase *newCommon(ASTContext &C) const override;
2265 CommonBase *newCommon(ASTContext &C) const override;
2520 CommonBase *newCommon(ASTContext &C) const override;
3015 CommonBase *newCommon(ASTContext &C) const override;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp2409 CanonD->Common = CanonD->newCommon(Reader.getContext()); in VisitRedeclarableTemplateDecl()