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

  /external/clang/lib/AST/
DeclTemplate.cpp 60 NumRequiredArgs += NTTP->getNumExpansionTypes();
    [all...]
ASTContext.cpp 80 ID.AddInteger(NTTP->getNumExpansionTypes());
81 for (unsigned I = 0, N = NTTP->getNumExpansionTypes(); I != N; ++I)
129 for (unsigned I = 0, N = NTTP->getNumExpansionTypes(); I != N; ++I) {
    [all...]
Decl.cpp 125 for (unsigned I = 0, N = NTTP->getNumExpansionTypes(); I != N; ++I) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
ASTReaderDecl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplate.cpp     [all...]

Completed in 162 milliseconds