Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp1534 Self.BuildBasePathArray(Paths, BasePath); in TryLValueToRValueCast()
1714 Self.BuildBasePathArray(Paths, BasePath); in TryStaticDowncast()
1834 Self.BuildBasePathArray(Paths, BasePath); in TryStaticMemberPointerUpcast()
H A DSemaDeclCXX.cpp1388 S.BuildBasePathArray(Paths, BasePath); in findDecomposableBaseClass()
2926 static void BuildBasePathArray(const CXXBasePath &Path, in BuildBasePathArray() function
2945 void Sema::BuildBasePathArray(const CXXBasePaths &Paths, in BuildBasePathArray() function in Sema
2949 return ::BuildBasePathArray(Paths.front(), BasePathArray); in BuildBasePathArray()
3016 ::BuildBasePathArray(*Path, *BasePath); in CheckDerivedToBaseConversion()
H A DSemaOverload.cpp3283 BuildBasePathArray(Paths, BasePath); in CheckMemberPointerConversion()
H A DSemaOpenMP.cpp18890 SemaRef.BuildBasePathArray(Paths, BasePath); in buildDeclareReductionRef()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7798 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);