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

  /external/clang/lib/CodeGen/
CodeGenTypes.h 50 typedef CanQual<Type> CanQualType;
218 const CGFunctionInfo &arrangeLLVMFunctionInfo(CanQualType returnType,
219 ArrayRef<CanQualType> argTypes,
  /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
199 typedef CanQual<Type> CanQualType;
201 inline CanQualType Type::getCanonicalTypeUnqualified() const {
202 return CanQualType::CreateUnsafe(getCanonicalTypeInternal());
206 CanQualType T) {
216 CanQualType Accessor() const { \
217 return CanQualType::CreateUnsafe(this->getTypePtr()->Accessor()); \
320 /// that provide accessors returning canonical types (@c CanQualType) rather
393 typedef CanQualType value_type
    [all...]
DeclarationName.h 38 typedef CanQual<Type> CanQualType;
356 DeclarationName getCXXConstructorName(CanQualType Ty);
360 DeclarationName getCXXDestructorName(CanQualType Ty);
364 DeclarationName getCXXConversionFunctionName(CanQualType Ty);
370 CanQualType Ty);
Type.h 102 typedef CanQual<Type> CanQualType;
    [all...]

Completed in 25 milliseconds