Home
last modified time | relevance | path

Searched refs:BuildBasePathArray (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Sema/
DSemaCast.cpp1180 Self.BuildBasePathArray(Paths, BasePath); in TryLValueToRValueCast()
1360 Self.BuildBasePathArray(Paths, BasePath); in TryStaticDowncast()
1480 Self.BuildBasePathArray(Paths, BasePath); in TryStaticMemberPointerUpcast()
DSemaDeclCXX.cpp1714 void Sema::BuildBasePathArray(const CXXBasePaths &Paths, in BuildBasePathArray() function in Sema
1784 BuildBasePathArray(Paths, *BasePath); in CheckDerivedToBaseConversion()
DSemaOpenMP.cpp8975 SemaRef.BuildBasePathArray(Paths, BasePath); in buildDeclareReductionRef()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp1410 Self.BuildBasePathArray(Paths, BasePath); in TryLValueToRValueCast()
1590 Self.BuildBasePathArray(Paths, BasePath); in TryStaticDowncast()
1710 Self.BuildBasePathArray(Paths, BasePath); in TryStaticMemberPointerUpcast()
DSemaDeclCXX.cpp1338 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()
DSemaOverload.cpp3169 BuildBasePathArray(Paths, BasePath); in CheckMemberPointerConversion()
DSemaOpenMP.cpp14790 SemaRef.BuildBasePathArray(Paths, BasePath); in buildDeclareReductionRef()
/external/clang/include/clang/Sema/
DSema.h5503 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);
/external/llvm-project/clang/include/clang/Sema/
DSema.h7037 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);