Home
last modified time | relevance | path

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

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