|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/include/clang/AST/ASTNodeTraverser.h 320 Visit(T->getModifiedType());
tools/clang/include/clang/AST/RecursiveASTVisitor.h 1061 { TRY_TO(TraverseType(T->getModifiedType())); })
tools/clang/include/clang/AST/Type.h 6891 Ty = A->getModifiedType().getTypePtr();
tools/clang/include/clang/AST/TypeLoc.h 902 return getTypePtr()->getModifiedType();
tools/clang/lib/ARCMigrate/Transforms.cpp 363 return !AttrT->getModifiedType()->isObjCRetainableType();
tools/clang/lib/AST/ASTContext.cpp 2867 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI),
7973 Ty = Attr->getModifiedType();
tools/clang/lib/AST/ASTImporter.cpp 1362 ExpectedType ToModifiedTypeOrErr = import(T->getModifiedType());
tools/clang/lib/AST/ASTStructuralEquivalence.cpp 676 cast<AttributedType>(T1)->getModifiedType(),
677 cast<AttributedType>(T2)->getModifiedType()))
tools/clang/lib/AST/ODRHash.cpp 817 AddQualType(T->getModifiedType());
tools/clang/lib/AST/Type.cpp 1070 QualType modifiedType = recurse(T->getModifiedType());
1079 == T->getModifiedType().getAsOpaquePtr() &&
1388 newAttrType->getModifiedType(), newEquivType);
1788 return Visit(T->getModifiedType());
3199 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType();
3968 T = attributed->getModifiedType();
tools/clang/lib/AST/TypePrinter.cpp 1418 printBefore(T->getModifiedType(), OS);
1458 printAfter(T->getModifiedType(), OS);
tools/clang/lib/Sema/SemaDecl.cpp 3028 AT = AT->getModifiedType()->getAs<AttributedType>();
tools/clang/lib/Sema/SemaExprObjC.cpp 1445 resultType = attributed->getModifiedType();
tools/clang/lib/Sema/SemaType.cpp 891 typeArg = attr.getTypePtr()->getModifiedType();
6580 desugared = attributed->getModifiedType();
7081 T = AT->getModifiedType();
tools/clang/lib/Sema/TreeTransform.h 6229 modifiedType != oldType->getModifiedType()) {
tools/clang/lib/Serialization/ASTWriter.cpp 405 Record.AddTypeRef(T->getModifiedType());
tools/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp 120 Ty = AT->getModifiedType();
tools/clang/tools/libclang/CXType.cpp 1046 return MakeCXType(ATT->getModifiedType(), GetTU(CT));
tools/lldb/source/Symbol/ClangASTContext.cpp 2721 ast, llvm::cast<clang::AttributedType>(qual_type)->getModifiedType(),
3959 ->getModifiedType().getAsOpaquePtr(),