HomeSort by relevance Sort by last modified time
    Searched defs:getDesugaredType (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/AST/
Type.cpp 206 /// getDesugaredType - Return the specified type with any "sugar" removed from
212 QualType QualType::getDesugaredType(QualType T, const ASTContext &Context) {
    [all...]
  /external/clang/include/clang/AST/
Type.h 892 QualType getDesugaredType(const ASTContext &Context) const {
893 return getDesugaredType(*this, Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h 907 QualType getDesugaredType(const ASTContext &Context) const {
908 return getDesugaredType(*this, Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h 907 QualType getDesugaredType(const ASTContext &Context) const {
908 return getDesugaredType(*this, Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h 907 QualType getDesugaredType(const ASTContext &Context) const {
908 return getDesugaredType(*this, Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h 907 QualType getDesugaredType(const ASTContext &Context) const {
908 return getDesugaredType(*this, Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h 907 QualType getDesugaredType(const ASTContext &Context) const {
908 return getDesugaredType(*this, Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h 907 QualType getDesugaredType(const ASTContext &Context) const {
908 return getDesugaredType(*this, Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h 907 QualType getDesugaredType(const ASTContext &Context) const {
908 return getDesugaredType(*this, Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h 907 QualType getDesugaredType(const ASTContext &Context) const {
908 return getDesugaredType(*this, Context);
    [all...]

Completed in 132 milliseconds