Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1573 Self.BuildBasePathArray(Paths, BasePath); in TryLValueToRValueCast()
1753 Self.BuildBasePathArray(Paths, BasePath); in TryStaticDowncast()
1873 Self.BuildBasePathArray(Paths, BasePath); in TryStaticMemberPointerUpcast()
H A DSemaLambda.cpp451 BuildBasePathArray(Paths, Path); in DiagnoseInvalidExplicitObjectParameterInLambda()
H A DSemaDeclCXX.cpp1407 S.BuildBasePathArray(Paths, BasePath); in findDecomposableBaseClass()
2988 static void BuildBasePathArray(const CXXBasePath &Path, in BuildBasePathArray() function
3007 void Sema::BuildBasePathArray(const CXXBasePaths &Paths, in BuildBasePathArray() function in Sema
3011 return ::BuildBasePathArray(Paths.front(), BasePathArray); in BuildBasePathArray()
3067 ::BuildBasePathArray(*Path, *BasePath); in CheckDerivedToBaseConversion()
H A DSemaOverload.cpp3480 BuildBasePathArray(Paths, BasePath); in CheckMemberPointerConversion()
H A DSemaOpenMP.cpp18031 SemaRef.BuildBasePathArray(Paths, BasePath); in buildDeclareReductionRef()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5678 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);