HomeSort by: relevance | last modified time | path
    Searched defs:InheritedConstructor (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnyCall.h 45 InheritedConstructor,
91 : E(CIE), D(CIE->getConstructor()), K(InheritedConstructor) {}
180 case InheritedConstructor:
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 2374 class InheritedConstructor {
2379 InheritedConstructor() = default;
2380 InheritedConstructor(ConstructorUsingShadowDecl *Shadow,
2402 private llvm::TrailingObjects<CXXConstructorDecl, InheritedConstructor,
2416 InheritedConstructor Inherited,
2421 size_t numTrailingObjects(OverloadToken<InheritedConstructor>) const {
2443 return numTrailingObjects(OverloadToken<InheritedConstructor>()) |
2459 InheritedConstructor Inherited = InheritedConstructor(),
2639 InheritedConstructor getInheritedConstructor() const
    [all...]

Completed in 24 milliseconds