Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp1304 Self.BuildBasePathArray(Paths, BasePath); in TryLValueToRValueCast()
1484 Self.BuildBasePathArray(Paths, BasePath); in TryStaticDowncast()
1604 Self.BuildBasePathArray(Paths, BasePath); in TryStaticMemberPointerUpcast()
H A DSemaDeclCXX.cpp1285 S.BuildBasePathArray(Paths, BasePath); in findDecomposableBaseClass()
2567 static void BuildBasePathArray(const CXXBasePath &Path, in BuildBasePathArray() function
2586 void Sema::BuildBasePathArray(const CXXBasePaths &Paths, in BuildBasePathArray() function in Sema
2590 return ::BuildBasePathArray(Paths.front(), BasePathArray); in BuildBasePathArray()
2657 ::BuildBasePathArray(*Path, *BasePath); in CheckDerivedToBaseConversion()
H A DSemaOverload.cpp3087 BuildBasePathArray(Paths, BasePath); in CheckMemberPointerConversion()
H A DSemaOpenMP.cpp10697 SemaRef.BuildBasePathArray(Paths, BasePath); in buildDeclareReductionRef()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5991 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);