Home
last modified time | relevance | path

Searched refs:BasePathArray (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4712 const CXXCastPath &BasePathArray = getContext().LambdaCastPaths.at(MD); in EmitLValueForLambdaField() local
4714 LambdaLV.getAddress(), ThisTy, BasePathArray.begin(), in EmitLValueForLambdaField()
4715 BasePathArray.end(), /*NullCheckValue=*/false, SourceLocation()); in EmitLValueForLambdaField()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2989 CXXCastPath &BasePathArray) { in BuildBasePathArray() argument
3003 BasePathArray.push_back(const_cast<CXXBaseSpecifier*>(Path[I].Base)); in BuildBasePathArray()
3008 CXXCastPath &BasePathArray) { in BuildBasePathArray() argument
3009 assert(BasePathArray.empty() && "Base path array must be empty!"); in BuildBasePathArray()
3011 return ::BuildBasePathArray(Paths.front(), BasePathArray); in BuildBasePathArray()