HomeSort by: relevance | last modified time | path
    Searched refs:TemplParamLists (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 1971 Context.Deallocate(TemplParamLists);
1972 TemplParamLists = nullptr;
1977 TemplParamLists = new (Context) TemplateParameterList *[TPLists.size()];
1979 std::copy(TPLists.begin(), TPLists.end(), TemplParamLists);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 687 TemplateParameterList** TemplParamLists = nullptr;
794 return getExtInfo()->TemplParamLists[index];
3529 return getExtInfo()->TemplParamLists[i];
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 5360 AddTemplateParameterList(Info.TemplParamLists[i]);
ASTReader.cpp 8769 Info.TemplParamLists =
8772 Info.TemplParamLists[i] = readTemplateParameterList();

Completed in 66 milliseconds