Home
last modified time | relevance | path

Searched refs:isSugared (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DType.h2521 bool isSugared() const { return false; }
2582 bool isSugared() const { return false; }
2608 bool isSugared() const { return true; }
2635 bool isSugared() const { return false; }
2668 bool isSugared() const { return true; }
2717 bool isSugared() const { return false; }
2787 bool isSugared() const { return false; }
2803 bool isSugared() const { return false; }
2847 bool isSugared() const { return false; }
2941 bool isSugared() const { return false; }
[all …]
DASTNodeTraverser.h383 if (!T->isSugared()) in VisitPackExpansionType()
/external/clang/include/clang/AST/
DType.h2069 bool isSugared() const { return false; }
2133 bool isSugared() const { return false; }
2164 bool isSugared() const { return true; }
2211 bool isSugared() const { return false; }
2246 bool isSugared() const { return true; }
2302 bool isSugared() const { return false; }
2373 bool isSugared() const { return false; }
2389 bool isSugared() const { return false; }
2437 bool isSugared() const { return false; }
2528 bool isSugared() const { return false; }
[all …]
/external/clang/lib/AST/
DType.cpp230 if (!ty->isSugared()) return QualType(ty, 0); \ in getLocallyUnqualifiedSingleStepDesugaredType()
249 if (!Ty->isSugared()) \ in getSplitDesugaredType()
278 if (!ty->isSugared()) goto done; \ in getSplitUnqualifiedTypeImpl()
317 if (!Ty->isSugared()) return 0; \ in getAsSugar()
350 if (!Ty->isSugared()) return Cur; \ in getUnqualifiedDesugaredType()
2881 bool TypeOfExprType::isSugared() const { in isSugared() function in TypeOfExprType
2886 if (isSugared()) in desugar()
2909 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() function in DecltypeType
2912 if (isSugared()) in desugar()
DASTDiagnostic.cpp64 if (!AT->isSugared()) in Desugar()
148 if (CTy->isSugared()) { \ in Desugar()
999 : UseDesugaredIterator(TST->isSugared() && !TST->isTypeAlias()), in TSTiterator()
DASTDumper.cpp415 if (!T->isSugared()) in VisitPackExpansionType()
/external/llvm-project/clang/lib/AST/
DType.cpp428 if (!ty->isSugared()) return QualType(ty, 0); \ in getLocallyUnqualifiedSingleStepDesugaredType()
447 if (!Ty->isSugared()) \ in getSplitDesugaredType()
476 if (!ty->isSugared()) goto done; \ in getSplitUnqualifiedTypeImpl()
515 if (!Ty->isSugared()) return 0; \ in getAsSugar()
548 if (!Ty->isSugared()) return Cur; \ in getUnqualifiedDesugaredType()
869 if (!T->isSugared()) \
3403 bool TypeOfExprType::isSugared() const { in isSugared() function in TypeOfExprType
3408 if (isSugared()) in desugar()
3431 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() function in DecltypeType
3434 if (isSugared()) in desugar()
DODRHash.cpp1056 Hash.AddBoolean(T->isSugared()); in VisitTypeOfExprType()
1057 if (T->isSugared()) in VisitTypeOfExprType()
DASTDiagnostic.cpp67 if (!AT->isSugared()) in Desugar()
151 if (CTy->isSugared()) { \ in Desugar()
1040 (TST->isSugared() && !TST->isTypeAlias()) in TSTiterator()
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h980 if (!S->isTypeAlias() && S->isSugared()) { in matchesSpecialized()