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

Declarations

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

References

tools/clang/lib/CodeGen/CGCall.cpp
  451   return arrangeFreeFunctionType(FTy.castAs<FunctionProtoType>());
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 6020       C.getPointerType(C.VoidPtrTy).castAs<PointerType>());
 6043         CGM.getContext().VoidPtrTy.castAs<PointerType>()->getTypePtr());
 6114         C.getPointerType(C.VoidPtrTy).castAs<PointerType>());
 6122         C.getPointerType(C.VoidPtrTy).castAs<PointerType>());
 6167       C.getPointerType(C.VoidPtrTy).castAs<PointerType>());
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 2263               .castAs<PointerType>());
 2565                           .castAs<PointerType>());
 4606                         .castAs<PointerType>());
tools/clang/lib/Sema/SemaOverload.cpp
 1495       CanTo = CanTo.castAs<PointerType>()->getPointeeType();
 1496       CanFrom = CanFrom.castAs<PointerType>()->getPointeeType();
 1498       CanTo = CanTo.castAs<BlockPointerType>()->getPointeeType();
 1499       CanFrom = CanFrom.castAs<BlockPointerType>()->getPointeeType();
 1501       auto ToMPT = CanTo.castAs<MemberPointerType>();
 1502       auto FromMPT = CanFrom.castAs<MemberPointerType>();