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

/external/clang/lib/Index/
H A DIndexBody.cpp329 InitListExpr *SemaForm = S->isSemanticForm() ? S : S->getSemanticForm();
330 InitListExpr *SyntaxForm = S->isSemanticForm() ? S->getSyntacticForm() : S;
/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h2148 S->isSemanticForm() ? S->getSyntacticForm() : S, Queue));
2150 S->isSemanticForm() ? S : S->getSemanticForm(), Queue));
H A DExpr.h3733 /// method isSemanticForm() returns true if and only if this is the
3741 /// that isSemanticForm() returns false), one can retrieve the semantic
3878 bool isSemanticForm() const { return AltForm.getInt(); } function in class:clang::StringLiteral::final::CallExpr
3880 return isSemanticForm() ? nullptr : AltForm.getPointer();
3883 return isSemanticForm() ? AltForm.getPointer() : nullptr;

Completed in 74 milliseconds