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

  /external/clang/lib/AST/
Decl.cpp 123 withExplicitVisibilityAlready(LVComputationKind oldKind) {
125 static_cast<LVComputationKind>(unsigned(oldKind) |
127 assert(oldKind != LVForType || newKind == LVForExplicitType);
128 assert(oldKind != LVForValue || newKind == LVForExplicitValue);
129 assert(oldKind != LVForExplicitType || newKind == LVForExplicitType);
130 assert(oldKind != LVForExplicitValue || newKind == LVForExplicitValue);
    [all...]
  /frameworks/base/tools/aidl/
aidl.cpp 368 const char* oldKind = kind_to_string(old->Kind());
375 old->DeclFile().c_str(), old->DeclLine(), oldKind);
    [all...]

Completed in 4254 milliseconds