HomeSort by relevance Sort by last modified time
    Searched refs:getUnderlyingType (Results 26 - 50 of 206) sorted by null

12 3 4 5 6 7 8 9

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CanonicalType.h 512 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
518 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
525 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CanonicalType.h 512 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
518 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
525 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 513 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
519 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
526 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
CanonicalType.h 513 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
519 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
526 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
CanonicalType.h 513 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
519 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
526 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
CanonicalType.h 512 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
518 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
525 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
CanonicalType.h 512 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
518 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
525 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
CanonicalType.h 512 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
518 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
525 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
CanonicalType.h 512 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
518 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
525 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
GenericArrayLocationCriterion.java 180 ((AnnotatedTypeTree) leaf).getUnderlyingType())))
312 inner = ((AnnotatedTypeTree) inner).getUnderlyingType();
332 childi = ((AnnotatedTypeTree) childi).getUnderlyingType();
485 isGenericOrArray(((AnnotatedTypeTree)t).getUnderlyingType()))
IsSigMethodCriterion.java 358 boundZero = ((AnnotatedTypeTree) boundZero).getUnderlyingType();
380 pb = ((AnnotatedTypeTree)pb).getUnderlyingType();
ASTPathCriterion.java 238 return matchNext(a1.getUnderlyingType(),
239 a2.getUnderlyingType());
307 return annotatedType.getUnderlyingType();
    [all...]
  /frameworks/compile/slang/
slang_rs_export_element.cpp 156 T = TD->getUnderlyingType().getTypePtr();
slang_rs_context.cpp 198 ND)->getCanonicalDecl()->getUnderlyingType().getTypePtr();
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 512 QualType T = TDecl->getUnderlyingType();
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 98 /// `getType` and a TypedefNameDecl node through `getUnderlyingType`.
99 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); }
101 inline QualType getUnderlyingType(const ValueDecl &Node) {
105 inline QualType getUnderlyingType(const TypedefNameDecl &Node) {
106 return Node.getUnderlyingType();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 98 /// `getType` and a TypedefNameDecl node through `getUnderlyingType`.
99 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); }
101 inline QualType getUnderlyingType(const ValueDecl &Node) {
105 inline QualType getUnderlyingType(const TypedefNameDecl &Node) {
106 return Node.getUnderlyingType();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchersInternal.h 98 /// `getType` and a TypedefNameDecl node through `getUnderlyingType`.
99 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); }
101 inline QualType getUnderlyingType(const ValueDecl &Node) {
105 inline QualType getUnderlyingType(const TypedefNameDecl &Node) {
106 return Node.getUnderlyingType();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchersInternal.h 98 /// `getType` and a TypedefNameDecl node through `getUnderlyingType`.
99 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); }
101 inline QualType getUnderlyingType(const ValueDecl &Node) {
105 inline QualType getUnderlyingType(const TypedefNameDecl &Node) {
106 return Node.getUnderlyingType();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchersInternal.h 98 /// `getType` and a TypedefNameDecl node through `getUnderlyingType`.
99 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); }
101 inline QualType getUnderlyingType(const ValueDecl &Node) {
105 inline QualType getUnderlyingType(const TypedefNameDecl &Node) {
106 return Node.getUnderlyingType();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchersInternal.h 98 /// `getType` and a TypedefNameDecl node through `getUnderlyingType`.
99 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); }
101 inline QualType getUnderlyingType(const ValueDecl &Node) {
105 inline QualType getUnderlyingType(const TypedefNameDecl &Node) {
106 return Node.getUnderlyingType();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchersInternal.h 98 /// `getType` and a TypedefNameDecl node through `getUnderlyingType`.
99 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); }
101 inline QualType getUnderlyingType(const ValueDecl &Node) {
105 inline QualType getUnderlyingType(const TypedefNameDecl &Node) {
106 return Node.getUnderlyingType();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchersInternal.h 98 /// `getType` and a TypedefNameDecl node through `getUnderlyingType`.
99 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); }
101 inline QualType getUnderlyingType(const ValueDecl &Node) {
105 inline QualType getUnderlyingType(const TypedefNameDecl &Node) {
106 return Node.getUnderlyingType();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 98 /// `getType` and a TypedefNameDecl node through `getUnderlyingType`.
99 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); }
101 inline QualType getUnderlyingType(const ValueDecl &Node) {
105 inline QualType getUnderlyingType(const TypedefNameDecl &Node) {
106 return Node.getUnderlyingType();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchersInternal.h 98 /// `getType` and a TypedefNameDecl node through `getUnderlyingType`.
99 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); }
101 inline QualType getUnderlyingType(const ValueDecl &Node) {
105 inline QualType getUnderlyingType(const TypedefNameDecl &Node) {
106 return Node.getUnderlyingType();
    [all...]

Completed in 696 milliseconds

12 3 4 5 6 7 8 9