Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexBody.cpp426 InitListExpr *SemaForm = S->isSemanticForm() ? S : S->getSemanticForm(); in TraverseInitListExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRecursiveASTVisitor.h614 if (auto Sem = ILE->isSemanticForm() ? ILE : ILE->getSemanticForm()) \
2295 S->isSemanticForm() ? S : S->getSemanticForm(), Queue));
H A DExpr.h4341 InitListExpr *getSemanticForm() const { in getSemanticForm() function