Home
last modified time | relevance | path

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

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