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

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

Completed in 468 milliseconds