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

1 2

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorTestOperations/
VerifyNormOperation.java 49 mAxisCount = SensorTestInformation.getAxisCount(mSensor.getUnderlyingType());
VerifyStandardDeviationOperation.java 51 mAxisCount = SensorTestInformation.getAxisCount(mSensor.getUnderlyingType());
  /external/clang/lib/AST/
StmtIterator.cpp 82 FindVA(TD->getUnderlyingType().getTypePtr())) {
ASTImporter.cpp 624 cast<TypeOfType>(T1)->getUnderlyingType(),
625 cast<TypeOfType>(T2)->getUnderlyingType()))
631 cast<UnaryTransformType>(T1)->getUnderlyingType(),
632 cast<UnaryTransformType>(T1)->getUnderlyingType()))
    [all...]
  /external/clang/lib/Analysis/
CocoaConventions.cpp 35 RetTy = TD->getDecl()->getUnderlyingType();
FormatString.cpp 797 QualType T = Typedef->getUnderlyingType();
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorManagerTestVerifier.java 155 public int getUnderlyingType() {
  /external/chromium_org/ppapi/tests/clang/
find_affected_interfaces.cc 111 clang::Type* type = td->getUnderlyingType().getTypePtr();
print_names_and_sizes.cc 138 clang::Type* type = td->getUnderlyingType().getTypePtr();
  /frameworks/compile/slang/
slang_rs_export_element.cpp 144 T = TD->getUnderlyingType().getTypePtr();
slang_rs_context.cpp 166 ND)->getCanonicalDecl()->getUnderlyingType().getTypePtr();
  /external/clang/lib/Sema/
TargetAttributesSema.cpp 94 if (TD && (TD->getUnderlyingType()->isFunctionPointerType() ||
95 TD->getUnderlyingType()->isFunctionType()))
SemaStmtAsm.cpp 446 RT = TD->getUnderlyingType()->getAs<RecordType>();
JumpDiagnostics.cpp 222 if (TD->getUnderlyingType()->isVariablyModifiedType())
227 if (TD->getUnderlyingType()->isVariablyModifiedType())
SemaCXXScopeSpec.cpp 268 if (TD->getUnderlyingType()->isRecordType() ||
270 TD->getUnderlyingType()->isEnumeralType()))
    [all...]
SemaDeclObjC.cpp 541 QualType T = TDecl->getUnderlyingType();
617 QualType T = TDecl->getUnderlyingType();
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 584 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
590 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
597 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
TypeLoc.h     [all...]
RecursiveASTVisitor.h     [all...]
Type.h     [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 357 const Type *TypeNode = DeclNode->getUnderlyingType().getTypePtr();
657 return getAsCXXRecordDecl(AliasDecl->getUnderlyingType().getTypePtr());
  /external/chromium_org/tools/clang/plugins/
FindBadConstructs.cpp 402 type = TT->getDecl()->getUnderlyingType().getTypePtr();
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 761 getOrCreateType(Ty->getDecl()->getUnderlyingType(), Unit, Declaration);
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 860 TRY_TO(TraverseType(T->getUnderlyingType()));
869 TRY_TO(TraverseType(T->getUnderlyingType()));
    [all...]
CXType.cpp 237 QualType T = TD->getUnderlyingType();

Completed in 624 milliseconds

1 2