Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp6259 auto IndirectFieldChain = IFD->chain(); in HandleConstructorCall() local
6260 for (auto *C : IndirectFieldChain) { in HandleConstructorCall()
6280 if (C == IndirectFieldChain.back()) in HandleConstructorCall()
6287 if (C == IndirectFieldChain.front() && !RD->isUnion()) in HandleConstructorCall()