Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.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/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.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/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2409 CanonD->Common = CanonD->newCommon(Reader.getContext()); in VisitRedeclarableTemplateDecl()