Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1565 Self.BuildBasePathArray(Paths, BasePath); in TryLValueToRValueCast()
1745 Self.BuildBasePathArray(Paths, BasePath); in TryStaticDowncast()
1865 Self.BuildBasePathArray(Paths, BasePath); in TryStaticMemberPointerUpcast()
H A DSemaDeclCXX.cpp1419 S.BuildBasePathArray(Paths, BasePath); in findDecomposableBaseClass()
3076 static void BuildBasePathArray(const CXXBasePath &Path, in BuildBasePathArray() function
3095 void Sema::BuildBasePathArray(const CXXBasePaths &Paths, in BuildBasePathArray() function in Sema
3099 return ::BuildBasePathArray(Paths.front(), BasePathArray); in BuildBasePathArray()
3166 ::BuildBasePathArray(*Path, *BasePath); in CheckDerivedToBaseConversion()
H A DSemaOverload.cpp3439 BuildBasePathArray(Paths, BasePath); in CheckMemberPointerConversion()
H A DSemaOpenMP.cpp19229 SemaRef.BuildBasePathArray(Paths, BasePath); in buildDeclareReductionRef()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7990 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);