Searched refs:findInheritingConstructor (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 5147 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()
|
D | SemaInit.cpp | 5745 Constructor = S.findInheritingConstructor(Loc, Constructor, Shadow); in PerformConstructorInitialization()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 6985 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()
|
D | SemaInit.cpp | 6484 Constructor = S.findInheritingConstructor(Loc, Constructor, Shadow); in PerformConstructorInitialization()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4267 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 5563 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,
|