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

1 2 3

  /external/desugar/java/com/google/devtools/build/android/desugar/
BitFlags.java 14 package com.google.devtools.build.android.desugar;
InputFileProvider.java 14 package com.google.devtools.build.android.desugar;
OutputFileProvider.java 14 package com.google.devtools.build.android.desugar;
LambdaInfo.java 14 package com.google.devtools.build.android.desugar;
ClassReaderFactory.java 14 package com.google.devtools.build.android.desugar;
GeneratedClassStore.java 14 package com.google.devtools.build.android.desugar;
DirectoryOutputFileProvider.java 14 package com.google.devtools.build.android.desugar;
IndexedInputs.java 14 package com.google.devtools.build.android.desugar;
LongCompareMethodRewriter.java 14 package com.google.devtools.build.android.desugar;
ObjectsRequireNonNullMethodRewriter.java 14 package com.google.devtools.build.android.desugar;
ZipInputFileProvider.java 14 package com.google.devtools.build.android.desugar;
DirectoryInputFileProvider.java 14 package com.google.devtools.build.android.desugar;
LambdaClassMaker.java 14 package com.google.devtools.build.android.desugar;
  /art/tools/
desugar.sh 18 # Calls desugar.jar with the --bootclasspath_entry values passed in automatically.
25 # --show-commands: Print the desugar command being executed.
28 # All other args are forwarded to desugar.jar
37 desugar_jar=$out/host/linux-x86/framework/desugar.jar
44 desugar_jar=$(readlink -f "$desugar_jar") # absolute path to desugar jar
53 echo "Usage: $0 [--mode=host|target] [--core-only] [--show-commands] <desugar args>"
  /external/desugar/
Android.mk 4 LOCAL_MODULE := desugar
  /external/r8/src/main/java/com/android/tools/r8/ir/desugar/
LambdaClassConstructorSourceCode.java 5 package com.android.tools.r8.ir.desugar;
SynthesizedLambdaSourceCode.java 5 package com.android.tools.r8.ir.desugar;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h 861 /// desugar until we hit the type \c Integer, which has no qualifiers on it.
2110 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType
2174 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType
2205 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType
2252 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType
2287 QualType desugar() const { return AdjustedTy; } function in class:clang::AdjustedType
2339 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType
2410 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType
2426 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType
2474 QualType desugar() const { return QualType(this, 0); } function in class:clang::MemberPointerType
2565 QualType desugar() const { return QualType(this, 0); } function in class:clang::ConstantArrayType
2607 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType
2669 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType
2725 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType
2772 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType
2823 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType
2908 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType
3091 QualType desugar() const { return QualType(this, 0); } function
3641 QualType desugar() const { return getUnderlyingType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3710 QualType desugar() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3786 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3804 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3896 QualType desugar() const { return getEquivalentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
4017 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
4070 QualType desugar() const { return getReplacementType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
4125 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
4170 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DeducedType
4385 QualType desugar() const { return getCanonicalTypeInternal(); } function
4462 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
4591 QualType desugar() const { return getNamedType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4656 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4729 QualType desugar() const { return QualType(this, 0); } function
4808 QualType desugar() const { return isSugared() ? Pattern : QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
5088 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
5162 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
5344 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
5387 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
5418 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PipeType
5465 SplitQualType desugar = local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h 861 /// desugar until we hit the type \c Integer, which has no qualifiers on it.
2110 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType
2174 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType
2205 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType
2252 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType
2287 QualType desugar() const { return AdjustedTy; } function in class:clang::AdjustedType
2339 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType
2410 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType
2426 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType
2474 QualType desugar() const { return QualType(this, 0); } function in class:clang::MemberPointerType
2565 QualType desugar() const { return QualType(this, 0); } function in class:clang::ConstantArrayType
2607 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType
2669 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType
2725 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType
2772 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType
2823 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType
2908 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType
3091 QualType desugar() const { return QualType(this, 0); } function
3641 QualType desugar() const { return getUnderlyingType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3710 QualType desugar() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3786 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3804 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3896 QualType desugar() const { return getEquivalentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
4017 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
4070 QualType desugar() const { return getReplacementType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
4125 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
4170 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DeducedType
4385 QualType desugar() const { return getCanonicalTypeInternal(); } function
4462 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
4591 QualType desugar() const { return getNamedType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4656 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4729 QualType desugar() const { return QualType(this, 0); } function
4808 QualType desugar() const { return isSugared() ? Pattern : QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
5088 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
5162 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
5344 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
5387 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
5418 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PipeType
5465 SplitQualType desugar = local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h 861 /// desugar until we hit the type \c Integer, which has no qualifiers on it.
2110 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType
2174 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType
2205 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType
2252 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType
2287 QualType desugar() const { return AdjustedTy; } function in class:clang::AdjustedType
2339 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType
2410 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType
2426 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType
2474 QualType desugar() const { return QualType(this, 0); } function in class:clang::MemberPointerType
2565 QualType desugar() const { return QualType(this, 0); } function in class:clang::ConstantArrayType
2607 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType
2669 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType
2725 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType
2772 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType
2823 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType
2908 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType
3091 QualType desugar() const { return QualType(this, 0); } function
3641 QualType desugar() const { return getUnderlyingType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3710 QualType desugar() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3786 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3804 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3896 QualType desugar() const { return getEquivalentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
4017 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
4070 QualType desugar() const { return getReplacementType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
4125 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
4170 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DeducedType
4385 QualType desugar() const { return getCanonicalTypeInternal(); } function
4462 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
4591 QualType desugar() const { return getNamedType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4656 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4729 QualType desugar() const { return QualType(this, 0); } function
4808 QualType desugar() const { return isSugared() ? Pattern : QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
5088 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
5162 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
5344 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
5387 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
5418 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PipeType
5465 SplitQualType desugar = local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h 861 /// desugar until we hit the type \c Integer, which has no qualifiers on it.
2110 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType
2174 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType
2205 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType
2252 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType
2287 QualType desugar() const { return AdjustedTy; } function in class:clang::AdjustedType
2339 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType
2410 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType
2426 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType
2474 QualType desugar() const { return QualType(this, 0); } function in class:clang::MemberPointerType
2565 QualType desugar() const { return QualType(this, 0); } function in class:clang::ConstantArrayType
2607 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType
2669 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType
2725 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType
2772 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType
2823 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType
2908 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType
3091 QualType desugar() const { return QualType(this, 0); } function
3641 QualType desugar() const { return getUnderlyingType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3710 QualType desugar() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3786 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3804 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3896 QualType desugar() const { return getEquivalentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
4017 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
4070 QualType desugar() const { return getReplacementType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
4125 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
4170 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DeducedType
4385 QualType desugar() const { return getCanonicalTypeInternal(); } function
4462 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
4591 QualType desugar() const { return getNamedType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4656 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4729 QualType desugar() const { return QualType(this, 0); } function
4808 QualType desugar() const { return isSugared() ? Pattern : QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
5088 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
5162 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
5344 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
5387 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
5418 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PipeType
5465 SplitQualType desugar = local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h 861 /// desugar until we hit the type \c Integer, which has no qualifiers on it.
2110 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType
2174 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType
2205 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType
2252 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType
2287 QualType desugar() const { return AdjustedTy; } function in class:clang::AdjustedType
2339 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType
2410 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType
2426 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType
2474 QualType desugar() const { return QualType(this, 0); } function in class:clang::MemberPointerType
2565 QualType desugar() const { return QualType(this, 0); } function in class:clang::ConstantArrayType
2607 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType
2669 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType
2725 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType
2772 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType
2823 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType
2908 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType
3091 QualType desugar() const { return QualType(this, 0); } function
3641 QualType desugar() const { return getUnderlyingType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3710 QualType desugar() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3786 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3804 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3896 QualType desugar() const { return getEquivalentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
4017 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
4070 QualType desugar() const { return getReplacementType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
4125 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
4170 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DeducedType
4385 QualType desugar() const { return getCanonicalTypeInternal(); } function
4462 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
4591 QualType desugar() const { return getNamedType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4656 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4729 QualType desugar() const { return QualType(this, 0); } function
4808 QualType desugar() const { return isSugared() ? Pattern : QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
5088 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
5162 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
5344 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
5387 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
5418 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PipeType
5465 SplitQualType desugar = local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h 861 /// desugar until we hit the type \c Integer, which has no qualifiers on it.
2110 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType
2174 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType
2205 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType
2252 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType
2287 QualType desugar() const { return AdjustedTy; } function in class:clang::AdjustedType
2339 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType
2410 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType
2426 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType
2474 QualType desugar() const { return QualType(this, 0); } function in class:clang::MemberPointerType
2565 QualType desugar() const { return QualType(this, 0); } function in class:clang::ConstantArrayType
2607 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType
2669 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType
2725 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType
2772 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType
2823 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType
2908 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType
3091 QualType desugar() const { return QualType(this, 0); } function
3641 QualType desugar() const { return getUnderlyingType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3710 QualType desugar() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3786 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3804 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3896 QualType desugar() const { return getEquivalentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
4017 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
4070 QualType desugar() const { return getReplacementType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
4125 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
4170 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DeducedType
4385 QualType desugar() const { return getCanonicalTypeInternal(); } function
4462 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
4591 QualType desugar() const { return getNamedType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4656 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4729 QualType desugar() const { return QualType(this, 0); } function
4808 QualType desugar() const { return isSugared() ? Pattern : QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
5088 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
5162 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
5344 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
5387 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
5418 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PipeType
5465 SplitQualType desugar = local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h 861 /// desugar until we hit the type \c Integer, which has no qualifiers on it.
2110 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType
2174 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType
2205 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType
2252 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType
2287 QualType desugar() const { return AdjustedTy; } function in class:clang::AdjustedType
2339 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType
2410 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType
2426 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType
2474 QualType desugar() const { return QualType(this, 0); } function in class:clang::MemberPointerType
2565 QualType desugar() const { return QualType(this, 0); } function in class:clang::ConstantArrayType
2607 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType
2669 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType
2725 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType
2772 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType
2823 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType
2908 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType
3091 QualType desugar() const { return QualType(this, 0); } function
3641 QualType desugar() const { return getUnderlyingType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3710 QualType desugar() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3786 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3804 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3896 QualType desugar() const { return getEquivalentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
4017 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
4070 QualType desugar() const { return getReplacementType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
4125 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
4170 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DeducedType
4385 QualType desugar() const { return getCanonicalTypeInternal(); } function
4462 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
4591 QualType desugar() const { return getNamedType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4656 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4729 QualType desugar() const { return QualType(this, 0); } function
4808 QualType desugar() const { return isSugared() ? Pattern : QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
5088 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
5162 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
5344 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
5387 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
5418 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PipeType
5465 SplitQualType desugar = local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h 861 /// desugar until we hit the type \c Integer, which has no qualifiers on it.
2110 QualType desugar() const { return QualType(this, 0); } function in class:clang::BuiltinType
2174 QualType desugar() const { return QualType(this, 0); } function in class:clang::ComplexType
2205 QualType desugar() const { return getInnerType(); } function in class:clang::ParenType
2252 QualType desugar() const { return QualType(this, 0); } function in class:clang::PointerType
2287 QualType desugar() const { return AdjustedTy; } function in class:clang::AdjustedType
2339 QualType desugar() const { return QualType(this, 0); } function in class:clang::BlockPointerType
2410 QualType desugar() const { return QualType(this, 0); } function in class:clang::LValueReferenceType
2426 QualType desugar() const { return QualType(this, 0); } function in class:clang::RValueReferenceType
2474 QualType desugar() const { return QualType(this, 0); } function in class:clang::MemberPointerType
2565 QualType desugar() const { return QualType(this, 0); } function in class:clang::ConstantArrayType
2607 QualType desugar() const { return QualType(this, 0); } function in class:clang::IncompleteArrayType
2669 QualType desugar() const { return QualType(this, 0); } function in class:clang::VariableArrayType
2725 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedArrayType
2772 QualType desugar() const { return QualType(this, 0); } function in class:clang::DependentSizedExtVectorType
2823 QualType desugar() const { return QualType(this, 0); } function in class:clang::VectorType
2908 QualType desugar() const { return QualType(this, 0); } function in class:clang::ExtVectorType
3091 QualType desugar() const { return QualType(this, 0); } function
3641 QualType desugar() const { return getUnderlyingType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3710 QualType desugar() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3786 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::RecordType
3804 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
3896 QualType desugar() const { return getEquivalentType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
4017 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
4070 QualType desugar() const { return getReplacementType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
4125 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
4170 QualType desugar() const { return getCanonicalTypeInternal(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DeducedType
4385 QualType desugar() const { return getCanonicalTypeInternal(); } function
4462 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
4591 QualType desugar() const { return getNamedType(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4656 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4729 QualType desugar() const { return QualType(this, 0); } function
4808 QualType desugar() const { return isSugared() ? Pattern : QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
5088 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
5162 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
5344 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
5387 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
5418 QualType desugar() const { return QualType(this, 0); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PipeType
5465 SplitQualType desugar = local
    [all...]

Completed in 472 milliseconds

1 2 3