Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1516 Self.BuildBasePathArray(Paths, BasePath); in TryLValueToRValueCast()
1696 Self.BuildBasePathArray(Paths, BasePath); in TryStaticDowncast()
1816 Self.BuildBasePathArray(Paths, BasePath); in TryStaticMemberPointerUpcast()
H A DSemaDeclCXX.cpp1353 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 DSemaOverload.cpp3169 BuildBasePathArray(Paths, BasePath); in CheckMemberPointerConversion()
H A DSemaOpenMP.cpp16536 SemaRef.BuildBasePathArray(Paths, BasePath); in buildDeclareReductionRef()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7254 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);