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

1 2

  /external/clang/lib/AST/
StmtIterator.cpp 82 FindVA(TD->getUnderlyingType().getTypePtr())) {
ASTImporter.cpp 623 cast<TypeOfType>(T1)->getUnderlyingType(),
624 cast<TypeOfType>(T2)->getUnderlyingType()))
630 cast<UnaryTransformType>(T1)->getUnderlyingType(),
631 cast<UnaryTransformType>(T1)->getUnderlyingType()))
    [all...]
  /external/clang/lib/Analysis/
CocoaConventions.cpp 35 RetTy = TD->getDecl()->getUnderlyingType();
FormatString.cpp 841 QualType T = Typedef->getUnderlyingType();
  /frameworks/compile/slang/
slang_rs_export_element.cpp 155 T = TD->getUnderlyingType().getTypePtr();
slang_rs_context.cpp 147 ND)->getCanonicalDecl()->getUnderlyingType().getTypePtr();
  /external/lldb/source/Symbol/
ClangASTType.cpp 142 return GetCompleteQualType (ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType(), allow_completion);
213 return ClangASTType(m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsAggregateType();
269 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsArrayType (element_type_ptr,
369 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsFunctionType();
405 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsFunctionPointerType();
482 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsPointerType(pointee_type);
541 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsPointerOrReferenceType(pointee_type);
575 return ClangASTType(m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsReferenceType(pointee_type);
758 cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsPossibleDynamicType (dynamic_pointee_type,
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 583 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
589 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
596 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
TypeLoc.h     [all...]
DataRecursiveASTVisitor.h     [all...]
Type.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp 416 type = TT->getDecl()->getUnderlyingType().getTypePtr();
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 446 RT = TD->getUnderlyingType()->getAs<RecordType>();
SemaCXXScopeSpec.cpp 268 if (TD->getUnderlyingType()->isRecordType() ||
270 TD->getUnderlyingType()->isEnumeralType()))
    [all...]
JumpDiagnostics.cpp 201 if (TD->getUnderlyingType()->isVariablyModifiedType())
SemaDeclObjC.cpp 550 QualType T = TDecl->getUnderlyingType();
620 QualType T = TDecl->getUnderlyingType();
648 QualType T = TDecl->getUnderlyingType();
    [all...]
SemaDeclAttr.cpp     [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 355 const Type *TypeNode = DeclNode->getUnderlyingType().getTypePtr();
656 return getAsCXXRecordDecl(AliasDecl->getUnderlyingType().getTypePtr());
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 228 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
230 else if (TD->getUnderlyingType()->isFunctionPointerType())
231 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
    [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 754 llvm::DIType Src = getOrCreateType(Ty->getDecl()->getUnderlyingType(), Unit);
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 244 QualType T = TD->getUnderlyingType();
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]

Completed in 256 milliseconds

1 2