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 530 void **TypesAndInfos = reinterpret_cast<void **>(this + 1);
532 TypesAndInfos[2*I] = ExpandedTypes[I].getAsOpaquePtr();
533 TypesAndInfos[2*I + 1] = ExpandedTInfos[I];
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]

Completed in 54 milliseconds