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

  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 890 const auto *InheritedFrom = D->getDefaultArgStorage().getInheritedFrom();
892 InheritedFrom ? InheritedFrom->getSourceRange() : SourceLocation{},
893 InheritedFrom,
ItaniumMangle.cpp 599 void mangleCXXCtorType(CXXCtorType T, const CXXRecordDecl *InheritedFrom);
1558 const CXXRecordDecl *InheritedFrom = nullptr;
1563 InheritedFrom = Inherited.getConstructor()->getParent();
1573 mangleCXXCtorType(static_cast<CXXCtorType>(StructorType), InheritedFrom);
1577 mangleCXXCtorType(Ctor_Complete, InheritedFrom);
5103 const CXXRecordDecl *InheritedFrom) {
5111 if (InheritedFrom)
5127 if (InheritedFrom)
5128 mangleName(InheritedFrom);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h 374 void setInherited(const ASTContext &C, ParmDecl *InheritedFrom) {
376 InheritedFrom = getParmOwningDefaultArg(InheritedFrom);
378 ValueOrInherited = InheritedFrom;
381 Chain{InheritedFrom, ValueOrInherited.template get<ArgType>()};
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 9303 const CXXRecordDecl *InheritedFrom = nullptr;
9305 InheritedFrom = Inherited.getShadowDecl()->getNominatedBaseClass();
9308 << (InheritedFrom ? 2 : Constructor->isImplicit() ? 1 : 0)
9312 << InheritedFrom;
9321 << (InheritedFrom ? 2 : Constructor->isImplicit() ? 1 : 0)
9325 << InheritedFrom;

Completed in 44 milliseconds