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

Declarations

gen/tools/clang/include/clang/AST/TypeNodes.inc
   48 TYPE(LValueReference, ReferenceType)

References

tools/clang/include/clang/AST/TypeLoc.h
   75   T castAs() const {
   77     T t;
  491            Derived::classofType(TL.getTypePtr());
 1328                                      LValueReferenceTypeLoc,
tools/clang/lib/Sema/SemaType.cpp
 5671     void VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) {
tools/clang/lib/Sema/TreeTransform.h
 4677     NewTL = TLB.push<LValueReferenceTypeLoc>(Result);
 4688                                                  LValueReferenceTypeLoc TL) {
tools/clang/lib/Sema/TypeLocBuilder.h
   93   template <class TyLocType> TyLocType push(QualType T) {
   94     TyLocType Loc = TypeLoc(T, nullptr).castAs<TyLocType>();
   94     TyLocType Loc = TypeLoc(T, nullptr).castAs<TyLocType>();
   97     return pushImpl(T, LocalSize, LocalAlign).castAs<TyLocType>();
tools/clang/lib/Serialization/ASTReader.cpp
 6993 void TypeLocReader::VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) {
tools/clang/lib/Serialization/ASTWriter.cpp
  638 void TypeLocWriter::VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) {
tools/clang/tools/libclang/CIndex.cpp
 1641 bool CursorVisitor::VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) {