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

Declarations

tools/clang/include/clang/AST/CanonicalType.h
  120   template<typename U> CanProxy<U> getAs() const;

References

tools/clang/include/clang/AST/CanonicalType.h
  259     return this->Stored.template getAs<U>();
  624   if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
tools/clang/lib/CodeGen/CGCall.cpp
   89            .getAs<FunctionProtoType>();
  260       FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>());
  282   CanQualType FT = GetFormalType(MD).getAs<Type>();
  284   auto prototype = FT.getAs<FunctionProtoType>();
  445   if (CanQual<FunctionNoProtoType> noProto = FTy.getAs<FunctionNoProtoType>()) {