Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp6349 auto IndirectFieldChain = IFD->chain(); in HandleConstructorCall() local
6350 for (auto *C : IndirectFieldChain) { in HandleConstructorCall()
6370 if (C == IndirectFieldChain.back()) in HandleConstructorCall()
6377 if (C == IndirectFieldChain.front() && !RD->isUnion()) in HandleConstructorCall()