Searched refs:BuildBasePathArray (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 1180 Self.BuildBasePathArray(Paths, BasePath); in TryLValueToRValueCast() 1360 Self.BuildBasePathArray(Paths, BasePath); in TryStaticDowncast() 1480 Self.BuildBasePathArray(Paths, BasePath); in TryStaticMemberPointerUpcast()
|
D | SemaDeclCXX.cpp | 1714 void Sema::BuildBasePathArray(const CXXBasePaths &Paths, in BuildBasePathArray() function in Sema 1784 BuildBasePathArray(Paths, *BasePath); in CheckDerivedToBaseConversion()
|
D | SemaOpenMP.cpp | 8975 SemaRef.BuildBasePathArray(Paths, BasePath); in buildDeclareReductionRef()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCast.cpp | 1410 Self.BuildBasePathArray(Paths, BasePath); in TryLValueToRValueCast() 1590 Self.BuildBasePathArray(Paths, BasePath); in TryStaticDowncast() 1710 Self.BuildBasePathArray(Paths, BasePath); in TryStaticMemberPointerUpcast()
|
D | SemaDeclCXX.cpp | 1338 S.BuildBasePathArray(Paths, BasePath); in findDecomposableBaseClass() 2827 static void BuildBasePathArray(const CXXBasePath &Path, in BuildBasePathArray() function 2846 void Sema::BuildBasePathArray(const CXXBasePaths &Paths, in BuildBasePathArray() function in Sema 2850 return ::BuildBasePathArray(Paths.front(), BasePathArray); in BuildBasePathArray() 2917 ::BuildBasePathArray(*Path, *BasePath); in CheckDerivedToBaseConversion()
|
D | SemaOverload.cpp | 3169 BuildBasePathArray(Paths, BasePath); in CheckMemberPointerConversion()
|
D | SemaOpenMP.cpp | 14790 SemaRef.BuildBasePathArray(Paths, BasePath); in buildDeclareReductionRef()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5503 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 7037 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);
|