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

/external/clang/include/clang/AST/
H A DExpr.h3740 /// method isSemanticForm() returns true if and only if this is the
3748 /// that isSemanticForm() returns false), one can retrieve the semantic
3881 bool isSemanticForm() const { return AltForm.getInt(); } function in class:clang::StringLiteral::OffsetOfExpr
3883 return isSemanticForm() ? nullptr : AltForm.getPointer();
3886 return isSemanticForm() ? AltForm.getPointer() : nullptr;

Completed in 93 milliseconds