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

References

tools/clang/include/clang/AST/Expr.h
 2366     UnaryExprOrTypeTraitExprBits.IsType = true;
 2383   bool isArgumentType() const { return UnaryExprOrTypeTraitExprBits.IsType; }
 2401     UnaryExprOrTypeTraitExprBits.IsType = false;
 2405     UnaryExprOrTypeTraitExprBits.IsType = true;
tools/clang/lib/AST/Expr.cpp
 1611   UnaryExprOrTypeTraitExprBits.IsType = false;