HomeSort by: relevance | last modified time | path
    Searched refs:getModifiedType (Results 1 - 24 of 24) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordHelpers.h 25 TypeIndex getModifiedType(const CVType &CVT);
TypeRecord.h 137 TypeIndex getModifiedType() const { return ModifiedType; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeRecordHelpers.cpp 47 TypeIndex llvm::codeview::getModifiedType(const CVType &CVT) {
RecordName.cpp 203 Name.append(Types.getTypeName(Mod.getModifiedType()));
TypeDumpVisitor.cpp 389 printTypeIndex("ModifiedType", Mod.getModifiedType());
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeEnumTypes.cpp 36 TypeIndex ModifiedTI = getModifiedType(CVT);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NonnullGlobalConstantsChecker.cpp 122 Ty = AT->getModifiedType();
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 1136 QualType modifiedType = recurse(T->getModifiedType());
1145 == T->getModifiedType().getAsOpaquePtr() &&
1453 newAttrType->getModifiedType(), newEquivType);
1861 return Visit(T->getModifiedType());
3393 QualType MacroQualifiedType::getModifiedType() const {
3396 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType();
3400 Inner = InnerMQT->getModifiedType();
4186 T = attributed->getModifiedType();
TypePrinter.cpp 1054 printBefore(T->getModifiedType(), OS);
1059 printAfter(T->getModifiedType(), OS);
1589 printBefore(T->getModifiedType(), OS);
1631 printAfter(T->getModifiedType(), OS);
ODRHash.cpp 822 AddQualType(T->getModifiedType());
ASTStructuralEquivalence.cpp 925 cast<AttributedType>(T1)->getModifiedType(),
926 cast<AttributedType>(T2)->getModifiedType()))
ASTContext.cpp 3089 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI),
8737 Ty = Attr->getModifiedType();
ASTImporter.cpp 1434 ExpectedType ToModifiedTypeOrErr = import(T->getModifiedType());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h 363 Visit(T->getModifiedType());
Type.h 4413 QualType getModifiedType() const;
4692 QualType getModifiedType() const { return ModifiedType; }
7193 Ty = A->getModifiedType().getTypePtr();
TypeLoc.h 891 return getTypePtr()->getModifiedType();
RecursiveASTVisitor.h 1032 { TRY_TO(TraverseType(T->getModifiedType())); })
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Transforms.cpp 364 return !AttrT->getModifiedType()->isObjCRetainableType();
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 1049 return MakeCXType(ATT->getModifiedType(), GetTU(CT));
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 896 typeArg = attr.getTypePtr()->getModifiedType();
6987 Desugared = AT->getModifiedType();
7117 desugared = attributed->getModifiedType();
7637 T = AT->getModifiedType();
SemaTemplateInstantiate.cpp 2294 return Visit(T->getModifiedType());
SemaExprObjC.cpp 1604 resultType = attributed->getModifiedType();
SemaDecl.cpp 3096 AT = AT->getModifiedType()->getAs<AttributedType>();
TreeTransform.h 6751 modifiedType != oldType->getModifiedType()) {

Completed in 145 milliseconds