reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Expr.h
 4527   bool isSemanticForm() const { return AltForm.getInt(); }
 4529     return isSemanticForm() ? nullptr : AltForm.getPointer();
 4532     return !AltForm.getInt() || !AltForm.getPointer();
 4532     return !AltForm.getInt() || !AltForm.getPointer();
 4535     return isSemanticForm() ? AltForm.getPointer() : nullptr;
 4539     AltForm.setPointer(Init);
 4540     AltForm.setInt(true);
 4541     Init->AltForm.setPointer(this);
 4542     Init->AltForm.setInt(false);