Home
last modified time | relevance | path

Searched defs:AltForm (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExprSequence.cpp75 if (const InitListExpr *AltForm = InitList->getSyntacticForm()) in getAllInitListForms() local
77 if (const InitListExpr *AltForm = InitList->getSemanticForm()) in getAllInitListForms() local
/llvm-project/clang/include/clang/AST/
H A DExpr.h5021 llvm::PointerIntPair<InitListExpr *, 1, bool> AltForm; global() variable
[all...]