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;
288 const CGFunctionInfo &arrangeLLVMFunctionInfo(CanQualType returnType,
291 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 CanQualType,
    [all...]
DeclarationName.h 39 typedef CanQual<Type> CanQualType;
362 DeclarationName getCXXConstructorName(CanQualType Ty);
366 DeclarationName getCXXDestructorName(CanQualType Ty);
370 DeclarationName getCXXConversionFunctionName(CanQualType Ty);
376 CanQualType Ty);
Type.h 105 typedef CanQual<Type> CanQualType;
    [all...]

Completed in 320 milliseconds