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

/external/clang/lib/AST/
H A DDeclTemplate.cpp151 Common = newCommon(getASTContext());
244 FunctionTemplateDecl::newCommon(ASTContext &C) { function in class:FunctionTemplateDecl
331 ClassTemplateDecl::newCommon(ASTContext &C) { function in class:ClassTemplateDecl
908 TypeAliasTemplateDecl::newCommon(ASTContext &C) { function in class:TypeAliasTemplateDecl
/external/clang/include/clang/AST/
H A DDeclTemplate.h592 virtual CommonBase *newCommon(ASTContext &C) = 0;
742 CommonBase *newCommon(ASTContext &C);
1827 CommonBase *newCommon(ASTContext &C);
2094 CommonBase *newCommon(ASTContext &C);
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1294 CanonD->Common = CanonD->newCommon(Reader.getContext());

Completed in 58 milliseconds