HomeSort by relevance Sort by last modified time
    Searched full:gettypespeccomplex (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Sema/
DeclSpec.h 426 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
511 getTypeSpecComplex() != DeclSpec::TSC_unspecified ||
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 754 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 &&
770 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 &&
881 if (DS.getTypeSpecComplex() == DeclSpec::TSC_complex) {
897 if (DS.getTypeSpecComplex() == DeclSpec::TSC_imaginary)
    [all...]
SemaCodeComplete.cpp     [all...]

Completed in 108 milliseconds