Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp1518 Self.BuildBasePathArray(Paths, BasePath); in TryLValueToRValueCast()
1698 Self.BuildBasePathArray(Paths, BasePath); in TryStaticDowncast()
1818 Self.BuildBasePathArray(Paths, BasePath); in TryStaticMemberPointerUpcast()
H A DSemaDeclCXX.cpp1354 S.BuildBasePathArray(Paths, BasePath); in findDecomposableBaseClass()
2892 static void BuildBasePathArray(const CXXBasePath &Path, in BuildBasePathArray() function
2911 void Sema::BuildBasePathArray(const CXXBasePaths &Paths, in BuildBasePathArray() function in Sema
2915 return ::BuildBasePathArray(Paths.front(), BasePathArray); in BuildBasePathArray()
2982 ::BuildBasePathArray(*Path, *BasePath); in CheckDerivedToBaseConversion()
H A DSemaOverload.cpp3176 BuildBasePathArray(Paths, BasePath); in CheckMemberPointerConversion()
H A DSemaOpenMP.cpp18607 SemaRef.BuildBasePathArray(Paths, BasePath); in buildDeclareReductionRef()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h7549 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);