Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp1506 Self.BuildBasePathArray(Paths, BasePath); in TryLValueToRValueCast()
1686 Self.BuildBasePathArray(Paths, BasePath); in TryStaticDowncast()
1806 Self.BuildBasePathArray(Paths, BasePath); in TryStaticMemberPointerUpcast()
H A DSemaDeclCXX.cpp1355 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.cpp16153 SemaRef.BuildBasePathArray(Paths, BasePath); in buildDeclareReductionRef()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h7184 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);