HomeSort by relevance Sort by last modified time
    Searched defs:CanQualType (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTypes.h 50 typedef CanQual<Type> CanQualType;
192 const CGFunctionInfo &getFunctionInfo(CanQualType RetTy,
193 const SmallVectorImpl<CanQualType> &ArgTys,
  /external/clang/include/clang/AST/
CanonicalType.h 36 /// syntactic sugar has been eliminated. A CanQualType may also have various
41 /// type (or some subclass of that type). The typedef @c CanQualType is just
197 typedef CanQual<Type> CanQualType;
199 inline CanQualType Type::getCanonicalTypeUnqualified() const {
200 return CanQualType::CreateUnsafe(getCanonicalTypeInternal());
204 CanQualType T) {
214 CanQualType Accessor() const { \
215 return CanQualType::CreateUnsafe(this->getTypePtr()->Accessor()); \
317 /// that provide accessors returning canonical types (@c CanQualType) rather
390 typedef CanQualType value_type
    [all...]
Type.h 99 typedef CanQual<Type> CanQualType;
    [all...]

Completed in 110 milliseconds