HomeSort by: relevance | last modified time | path
    Searched refs:newCommon (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclTemplate.cpp 272 Common = newCommon(getASTContext());
358 FunctionTemplateDecl::newCommon(ASTContext &C) const {
474 ClassTemplateDecl::newCommon(ASTContext &C) const {
1116 TypeAliasTemplateDecl::newCommon(ASTContext &C) const {
1180 VarTemplateDecl::newCommon(ASTContext &C) const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h 845 virtual CommonBase *newCommon(ASTContext &C) const = 0;
1003 CommonBase *newCommon(ASTContext &C) const override;
2277 CommonBase *newCommon(ASTContext &C) const override;
2526 CommonBase *newCommon(ASTContext &C) const override;
3106 CommonBase *newCommon(ASTContext &C) const override;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 2084 CanonD->Common = CanonD->newCommon(Reader.getContext());

Completed in 28 milliseconds