Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRecursiveASTVisitor.h2046 S->isSemanticForm() ? S->getSyntacticForm() : S, Queue));
2048 S->isSemanticForm() ? S : S->getSemanticForm(), Queue));
DExpr.h3944 bool isSemanticForm() const { return AltForm.getInt(); } in isSemanticForm() function
3946 return isSemanticForm() ? nullptr : AltForm.getPointer(); in getSemanticForm()
3949 return isSemanticForm() ? AltForm.getPointer() : nullptr; in getSyntacticForm()