Searched refs:BuildBasePathArray (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCast.cpp | 1506 Self.BuildBasePathArray(Paths, BasePath); in TryLValueToRValueCast() 1686 Self.BuildBasePathArray(Paths, BasePath); in TryStaticDowncast() 1806 Self.BuildBasePathArray(Paths, BasePath); in TryStaticMemberPointerUpcast()
|
H A D | SemaDeclCXX.cpp | 1355 S.BuildBasePathArray(Paths, BasePath); in findDecomposableBaseClass() 2852 static void BuildBasePathArray(const CXXBasePath &Path, in BuildBasePathArray() function 2871 void Sema::BuildBasePathArray(const CXXBasePaths &Paths, in BuildBasePathArray() function in Sema 2875 return ::BuildBasePathArray(Paths.front(), BasePathArray); in BuildBasePathArray() 2942 ::BuildBasePathArray(*Path, *BasePath); in CheckDerivedToBaseConversion()
|
H A D | SemaOverload.cpp | 3169 BuildBasePathArray(Paths, BasePath); in CheckMemberPointerConversion()
|
H A D | SemaOpenMP.cpp | 16153 SemaRef.BuildBasePathArray(Paths, BasePath); in buildDeclareReductionRef()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 7184 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);
|