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

  /external/clang/lib/ARCMigrate/
Transforms.cpp 367 return !AttrT->getModifiedType()->isObjCRetainableType();
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
Type.cpp 590 return Visit(T->getModifiedType());
    [all...]
ASTImporter.cpp 592 cast<AttributedType>(T1)->getModifiedType(),
593 cast<AttributedType>(T2)->getModifiedType()))
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 794 return getTypePtr()->getModifiedType();
    [all...]
RecursiveASTVisitor.h     [all...]
Type.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 277 Writer.AddTypeRef(T->getModifiedType(), Record);
    [all...]

Completed in 105 milliseconds