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

  /external/clang/include/clang/AST/
TypeLoc.h 735 return getTypePtr()->getModifiedType();
    [all...]
RecursiveASTVisitor.h 776 TRY_TO(TraverseType(T->getModifiedType()));
    [all...]
Type.h     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 864 print(T->getModifiedType(), S);
    [all...]
Type.cpp 549 return Visit(T->getModifiedType());
    [all...]
ASTImporter.cpp 577 cast<AttributedType>(T1)->getModifiedType(),
578 cast<AttributedType>(T2)->getModifiedType()))
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 258 Writer.AddTypeRef(T->getModifiedType(), Record);
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 111 milliseconds