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

Declarations

gen/tools/clang/include/clang/AST/TypeNodes.inc
   31 NON_CANONICAL_UNLESS_DEPENDENT_TYPE(Decltype, Type)

References

tools/clang/include/clang/AST/TypeLoc.h
   75   T castAs() const {
   77     T t;
  491            Derived::classofType(TL.getTypePtr());
 1889                                                          DecltypeTypeLoc,
tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  865   DecltypeTypeLoc DecltypeTL = TLB.push<DecltypeTypeLoc>(T);
  865   DecltypeTypeLoc DecltypeTL = TLB.push<DecltypeTypeLoc>(T);
tools/clang/lib/Sema/SemaExprCXX.cpp
 7173   DecltypeTypeLoc DecltypeTL = TLB.push<DecltypeTypeLoc>(T);
 7173   DecltypeTypeLoc DecltypeTL = TLB.push<DecltypeTypeLoc>(T);
tools/clang/lib/Sema/TreeTransform.h
 5700                                                        DecltypeTypeLoc TL) {
 5725   DecltypeTypeLoc NewTL = TLB.push<DecltypeTypeLoc>(Result);
 5725   DecltypeTypeLoc NewTL = TLB.push<DecltypeTypeLoc>(Result);
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
 7102 void TypeLocReader::VisitDecltypeTypeLoc(DecltypeTypeLoc TL) {
tools/clang/lib/Serialization/ASTWriter.cpp
  751 void TypeLocWriter::VisitDecltypeTypeLoc(DecltypeTypeLoc TL) {
tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
  225   bool VisitDecltypeTypeLoc(DecltypeTypeLoc L) {
tools/clang/tools/extra/clangd/XRefs.cpp
  833   bool VisitDecltypeTypeLoc(DecltypeTypeLoc TL) {
tools/clang/tools/libclang/CIndex.cpp
 1756 bool CursorVisitor::VisitDecltypeTypeLoc(DecltypeTypeLoc TL) {