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

  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 518 void **TypesAndInfos = reinterpret_cast<void **>(this + 1);
520 TypesAndInfos[2*I] = ExpandedTypes[I].getAsOpaquePtr();
521 TypesAndInfos[2*I + 1] = ExpandedTInfos[I];
    [all...]

Completed in 51 milliseconds