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.cpp5038 const CXXCastPath &BasePathArray = getContext().LambdaCastPaths.at(MD); in EmitLValueForLambdaField() local
5040 LambdaLV.getAddress(), ThisTy, BasePathArray.begin(), in EmitLValueForLambdaField()
5041 BasePathArray.end(), /*NullCheckValue=*/false, SourceLocation()); in EmitLValueForLambdaField()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp3081 CXXCastPath &BasePathArray) { in BuildBasePathArray() argument
3095 BasePathArray.push_back(const_cast<CXXBaseSpecifier*>(Path[I].Base)); in BuildBasePathArray()
3100 CXXCastPath &BasePathArray) { in BuildBasePathArray() argument
3101 assert(BasePathArray.empty() && "Base path array must be empty!"); in BuildBasePathArray()
3103 return ::BuildBasePathArray(Paths.front(), BasePathArray); in BuildBasePathArray()