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 51 typedef CanQual<Type> CanQualType;
222 const CGFunctionInfo &arrangeLLVMFunctionInfo(CanQualType returnType,
224 ArrayRef<CanQualType> argTypes,
  /external/clang/include/clang/AST/
CanonicalType.h 35 /// syntactic sugar has been eliminated. A CanQualType may also have various
40 /// type (or some subclass of that type). The typedef @c CanQualType is just
198 typedef CanQual<Type> CanQualType;
200 inline CanQualType Type::getCanonicalTypeUnqualified() const {
201 return CanQualType::CreateUnsafe(getCanonicalTypeInternal());
205 CanQualType T) {
215 CanQualType Accessor() const { \
216 return CanQualType::CreateUnsafe(this->getTypePtr()->Accessor()); \
319 /// that provide accessors returning canonical types (@c CanQualType) rather
389 typedef CanQualType value_type
    [all...]
DeclarationName.h 39 typedef CanQual<Type> CanQualType;
361 DeclarationName getCXXConstructorName(CanQualType Ty);
365 DeclarationName getCXXDestructorName(CanQualType Ty);
369 DeclarationName getCXXConversionFunctionName(CanQualType Ty);
375 CanQualType Ty);
Type.h 101 typedef CanQual<Type> CanQualType;
    [all...]

Completed in 88 milliseconds