HomeSort by relevance Sort by last modified time
    Searched refs:getModifiedType (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/ARCMigrate/
Transforms.cpp 372 return !AttrT->getModifiedType()->isObjCRetainableType();
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
Type.cpp 598 return Visit(T->getModifiedType());
    [all...]
ASTImporter.cpp 591 cast<AttributedType>(T1)->getModifiedType(),
592 cast<AttributedType>(T2)->getModifiedType()))
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 797 return getTypePtr()->getModifiedType();
    [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
Type.h     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 291 Writer.AddTypeRef(T->getModifiedType(), Record);
    [all...]

Completed in 78 milliseconds