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

  /external/clang/lib/ARCMigrate/
Transforms.cpp 306 return !AttrT->getModifiedType()->isObjCRetainableType();
  /external/clang/include/clang/AST/
TypeLoc.h 740 return getTypePtr()->getModifiedType();
    [all...]
RecursiveASTVisitor.h     [all...]
Type.h     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 883 print(T->getModifiedType(), S);
    [all...]
Type.cpp 543 return Visit(T->getModifiedType());
    [all...]
ASTImporter.cpp 599 cast<AttributedType>(T1)->getModifiedType(),
600 cast<AttributedType>(T2)->getModifiedType()))
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 260 Writer.AddTypeRef(T->getModifiedType(), Record);
    [all...]

Completed in 39 milliseconds