Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6441 auto IndirectFieldChain = IFD->chain(); in HandleConstructorCall() local
6442 for (auto *C : IndirectFieldChain) { in HandleConstructorCall()
6463 if (C == IndirectFieldChain.back()) in HandleConstructorCall()
6470 if (C == IndirectFieldChain.front() && !RD->isUnion()) in HandleConstructorCall()