Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexBody.cpp329 InitListExpr *SemaForm = S->isSemanticForm() ? S : S->getSemanticForm(); in TraverseInitListExpr()
330 InitListExpr *SyntaxForm = S->isSemanticForm() ? S->getSyntacticForm() : S; in TraverseInitListExpr()
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h2148 S->isSemanticForm() ? S->getSyntacticForm() : S, Queue));
2150 S->isSemanticForm() ? S : S->getSemanticForm(), Queue));
DExpr.h3878 bool isSemanticForm() const { return AltForm.getInt(); } in isSemanticForm() function
3880 return isSemanticForm() ? nullptr : AltForm.getPointer(); in getSemanticForm()
3883 return isSemanticForm() ? AltForm.getPointer() : nullptr; in getSyntacticForm()