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

References

tools/clang/include/clang/AST/Type.h
 2751     Profile(ID, PointeeType, isSpelledAsLValue());
tools/clang/lib/AST/ASTContext.cpp
 3289                                     lv->isSpelledAsLValue());
tools/clang/lib/AST/ASTStructuralEquivalence.cpp
  508     if (Ref1->isSpelledAsLValue() != Ref2->isSpelledAsLValue())
  508     if (Ref1->isSpelledAsLValue() != Ref2->isSpelledAsLValue())
tools/clang/lib/AST/JSONNodeDumper.cpp
  551   attributeOnlyIfTrue("spelledAsLValue", RT->isSpelledAsLValue());
tools/clang/lib/AST/TextNodeDumper.cpp
 1066   if (T->isSpelledAsLValue())
tools/clang/lib/AST/Type.cpp
  868     return Ctx.getLValueReferenceType(pointeeType, T->isSpelledAsLValue());
tools/clang/lib/Sema/SemaInit.cpp
 8213             (*ResultType)->castAs<LValueReferenceType>()->isSpelledAsLValue());
tools/clang/lib/Sema/SemaType.cpp
 6435           return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue());
tools/clang/lib/Sema/TreeTransform.h
 4663                                                T->isSpelledAsLValue(),
tools/clang/lib/Serialization/ASTWriter.cpp
  217   Record.push_back(T->isSpelledAsLValue());