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

  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/AST/
Decl.cpp 146 LVComputationKind newKind =
149 assert(oldKind != LVForType || newKind == LVForExplicitType);
150 assert(oldKind != LVForValue || newKind == LVForExplicitValue);
151 assert(oldKind != LVForExplicitType || newKind == LVForExplicitType);
152 assert(oldKind != LVForExplicitValue || newKind == LVForExplicitValue);
153 return newKind;
    [all...]