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

  /external/clang/lib/AST/
Type.cpp 216 if (!ty->isSugared()) return QualType(ty, 0); \
235 if (!Ty->isSugared()) \
264 if (!ty->isSugared()) goto done; \
303 if (!Ty->isSugared()) return Cur; \
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 41 milliseconds