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

Declarations

tools/clang/include/clang/AST/Type.h
 2164   bool hasIntegerRepresentation() const;

References

tools/clang/lib/CodeGen/CGExprScalar.cpp
 2477     if (type->hasIntegerRepresentation()) {
tools/clang/lib/Sema/SemaChecking.cpp
 5902       if (!RHSType->hasIntegerRepresentation() ||
tools/clang/lib/Sema/SemaExpr.cpp
 9299     if (LHS.get()->getType()->hasIntegerRepresentation() &&
 9300         RHS.get()->getType()->hasIntegerRepresentation())
10004   if (!LHSType->hasIntegerRepresentation() ||
10005       !RHSType->hasIntegerRepresentation())
11310     if (LHS.get()->getType()->hasIntegerRepresentation() &&
11311         RHS.get()->getType()->hasIntegerRepresentation())
13551     else if (resultType->hasIntegerRepresentation())
tools/clang/lib/Sema/SemaOpenMP.cpp
 4927                    CanonPVD->getType()->hasIntegerRepresentation()) {
 6165   bool UseVarType = VarType->hasIntegerRepresentation() &&