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

  /external/clang/lib/Sema/
DeclSpec.cpp 362 case TSC_unspecified: return "unspecified";
514 if (TypeSpecComplex != TSC_unspecified)
867 if (TypeSpecComplex != TSC_unspecified) {
881 TypeSpecComplex = TSC_unspecified;
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 228 TSC_unspecified,
383 TypeSpecComplex(TSC_unspecified),
517 getTypeSpecComplex() != DeclSpec::TSC_unspecified ||
    [all...]

Completed in 26 milliseconds