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

  /frameworks/base/tools/aidl/
aidl.cpp 369 const char* newKind = kind_to_string(type->Kind());
373 type->QualifiedName().c_str(), newKind);
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/AST/
Decl.cpp 129 LVComputationKind newKind =
132 assert(oldKind != LVForType || newKind == LVForExplicitType);
133 assert(oldKind != LVForValue || newKind == LVForExplicitValue);
134 assert(oldKind != LVForExplicitType || newKind == LVForExplicitType);
135 assert(oldKind != LVForExplicitValue || newKind == LVForExplicitValue);
136 return newKind;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 1644 milliseconds