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

  /external/clang/lib/AST/
DeclTemplate.cpp 511 TypeSourceInfo **ExpandedTInfos)
517 if (ExpandedTypes && ExpandedTInfos) {
521 TypesAndInfos[2*I + 1] = ExpandedTInfos[I];
544 TypeSourceInfo **ExpandedTInfos) {
551 ExpandedTInfos);
    [all...]
ASTContext.cpp 536 SmallVector<TypeSourceInfo *, 2> ExpandedTInfos;
539 ExpandedTInfos.push_back(
552 ExpandedTInfos.data());
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]

Completed in 696 milliseconds