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

1 2

  /external/clang/lib/Analysis/
CocoaConventions.cpp 35 RetTy = TD->getDecl()->getUnderlyingType();
FormatString.cpp 763 QualType T = Typedef->getUnderlyingType();
  /external/clang/lib/AST/
StmtIterator.cpp 103 FindVA(TD->getUnderlyingType().getTypePtr())) {
StmtDumper.cpp 243 OS << "\"typedef " << localType->getUnderlyingType().getAsString()
247 << localType->getUnderlyingType().getAsString() << '"';
DeclPrinter.cpp 124 return TDD->getUnderlyingType();
339 D->getUnderlyingType().print(Out, Policy, D->getName());
344 Out << "using " << *D << " = " << D->getUnderlyingType().getAsString(Policy);
    [all...]
ASTImporter.cpp 603 cast<TypeOfType>(T1)->getUnderlyingType(),
604 cast<TypeOfType>(T2)->getUnderlyingType()))
610 cast<UnaryTransformType>(T1)->getUnderlyingType(),
611 cast<UnaryTransformType>(T1)->getUnderlyingType()))
    [all...]
Type.cpp     [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 289 if (TD->getUnderlyingType()->isRecordType() ||
291 TD->getUnderlyingType()->isEnumeralType()))
    [all...]
SemaDeclAttr.cpp 62 Ty = decl->getUnderlyingType();
923 QualType curType = tDecl->getUnderlyingType();
    [all...]
SemaDeclObjC.cpp 506 QualType T = TDecl->getUnderlyingType();
579 QualType T = TDecl->getUnderlyingType();
    [all...]
SemaDecl.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_element.cpp 144 T = TD->getUnderlyingType().getTypePtr();
slang_rs_context.cpp 164 ND)->getCanonicalDecl()->getUnderlyingType().getTypePtr();
  /external/clang/include/clang/AST/
CanonicalType.h 629 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
635 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
642 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
TypeLoc.h     [all...]
RecursiveASTVisitor.h     [all...]
Type.h     [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 305 const Type *TypeNode = DeclNode->getUnderlyingType().getTypePtr();
  /external/clang/tools/libclang/
CXType.cpp 208 QualType T = TD->getUnderlyingType();
RecursiveASTVisitor.h 847 TRY_TO(TraverseType(T->getUnderlyingType()));
856 TRY_TO(TraverseType(T->getUnderlyingType()));
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 681 llvm::DIType Src = getOrCreateType(Ty->getDecl()->getUnderlyingType(), Unit);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 350 milliseconds

1 2