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

Declarations

tools/clang/include/clang/AST/Type.h
 1190   bool isCForbiddenLValueType() const;

References

tools/clang/lib/Sema/SemaExpr.cpp
 4771          !ResultType.isCForbiddenLValueType());
12575   if (!S.getLangOpts().CPlusPlus && Result.isCForbiddenLValueType())
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2528     (A->getType().isCForbiddenLValueType() && !AMgr.getLangOpts().CPlusPlus);