Home
last modified time | relevance | path

Searched refs:findInheritingConstructor (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclCXX.cpp5147 S.findInheritingConstructor(UseLoc, Ctor, It->second), in findConstructorForBase()
9244 Sema::findInheritingConstructor(SourceLocation Loc, in findInheritingConstructor() function in Sema
11482 Constructor = findInheritingConstructor(ConstructLoc, Constructor, Shadow); in BuildCXXConstructExpr()
DSemaInit.cpp5745 Constructor = S.findInheritingConstructor(Loc, Constructor, Shadow); in PerformConstructorInitialization()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp6985 S.findInheritingConstructor(UseLoc, Ctor, It->second), in findConstructorForBase()
13072 Sema::findInheritingConstructor(SourceLocation Loc, in findInheritingConstructor() function in Sema
15030 Constructor = findInheritingConstructor(ConstructLoc, Constructor, Shadow); in BuildCXXConstructExpr()
DSemaInit.cpp6484 Constructor = S.findInheritingConstructor(Loc, Constructor, Shadow); in PerformConstructorInitialization()
/external/clang/include/clang/Sema/
DSema.h4267 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,
/external/llvm-project/clang/include/clang/Sema/
DSema.h5563 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,