HomeSort by relevance Sort by last modified time
    Searched refs:getUnderlyingType (Results 1 - 25 of 35) sorted by null

1 2

  /external/clang/lib/Analysis/
CocoaConventions.cpp 33 RetTy = TD->getDecl()->getUnderlyingType();
  /external/clang/lib/AST/
StmtIterator.cpp 103 FindVA(TD->getUnderlyingType().getTypePtr())) {
StmtDumper.cpp 241 OS << "\"typedef " << localType->getUnderlyingType().getAsString()
245 << localType->getUnderlyingType().getAsString() << '"';
DeclPrinter.cpp 125 return TDD->getUnderlyingType();
326 D->getUnderlyingType().getAsStringInternal(S, Policy);
338 Out << "using " << *D << " = " << D->getUnderlyingType().getAsString(Policy);
    [all...]
ASTImporter.cpp 631 cast<TypeOfType>(T1)->getUnderlyingType(),
632 cast<TypeOfType>(T2)->getUnderlyingType()))
638 cast<UnaryTransformType>(T1)->getUnderlyingType(),
639 cast<UnaryTransformType>(T1)->getUnderlyingType()))
    [all...]
Type.cpp     [all...]
TypePrinter.cpp 554 print(T->getUnderlyingType(), Tmp);
    [all...]
  /external/clang/lib/Sema/
TargetAttributesSema.cpp 140 if (TD && (TD->getUnderlyingType()->isFunctionPointerType() ||
141 TD->getUnderlyingType()->isFunctionType()))
JumpDiagnostics.cpp 207 if (TD->getUnderlyingType()->isVariablyModifiedType())
212 if (TD->getUnderlyingType()->isVariablyModifiedType())
SemaCXXScopeSpec.cpp 290 if (TD->getUnderlyingType()->isRecordType() ||
292 TD->getUnderlyingType()->isEnumeralType()))
    [all...]
SemaDeclAttr.cpp 60 Ty = decl->getUnderlyingType();
691 QualType curType = tDecl->getUnderlyingType();
    [all...]
SemaDeclObjC.cpp 454 QualType T = TDecl->getUnderlyingType();
527 QualType T = TDecl->getUnderlyingType();
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 766 if (TN->getUnderlyingType()->isVariablyModifiedType()) {
    [all...]
  /frameworks/compile/slang/
slang_rs_export_element.cpp 144 T = TD->getUnderlyingType().getTypePtr();
slang_rs_context.cpp 163 ND)->getCanonicalDecl()->getUnderlyingType().getTypePtr();
  /external/clang/include/clang/AST/
CanonicalType.h 628 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
634 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
641 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
TypeLoc.h     [all...]
RecursiveASTVisitor.h 890 TRY_TO(TraverseType(T->getUnderlyingType()));
    [all...]
Type.h     [all...]
  /external/clang/tools/libclang/
CXType.cpp 192 QualType T = TD->getUnderlyingType();
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 660 llvm::DIType Src = getOrCreateType(Ty->getDecl()->getUnderlyingType(), Unit);
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 220 Writer.AddTypeRef(T->getUnderlyingType(), Record);
225 Writer.AddTypeRef(T->getUnderlyingType(), Record);
232 Writer.AddTypeRef(T->getUnderlyingType(), Record);
    [all...]

Completed in 82 milliseconds

1 2