HomeSort by: relevance | last modified time | path
    Searched refs:isSugared (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 2532 bool isSugared() const { return false; }
2593 bool isSugared() const { return false; }
2619 bool isSugared() const { return true; }
2646 bool isSugared() const { return false; }
2679 bool isSugared() const { return true; }
2728 bool isSugared() const { return false; }
2798 bool isSugared() const { return false; }
2814 bool isSugared() const { return false; }
2858 bool isSugared() const { return false; }
2952 bool isSugared() const { return false;
    [all...]
ASTNodeTraverser.h 384 if (!T->isSugared())
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 428 if (!ty->isSugared()) return QualType(ty, 0); \
447 if (!Ty->isSugared()) \
476 if (!ty->isSugared()) goto done; \
515 if (!Ty->isSugared()) return 0; \
548 if (!Ty->isSugared()) return Cur; \
869 if (!T->isSugared()) \
3412 bool TypeOfExprType::isSugared() const {
3417 if (isSugared())
3440 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); }
3443 if (isSugared())
    [all...]
ODRHash.cpp 1056 Hash.AddBoolean(T->isSugared());
1057 if (T->isSugared())
ASTDiagnostic.cpp 67 if (!AT->isSugared())
151 if (CTy->isSugared()) { \
1040 (TST->isSugared() && !TST->isTypeAlias())
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 1072 if (!S->isTypeAlias() && S->isSugared()) {

Completed in 35 milliseconds