Home
last modified time | relevance | path

Searched refs:TemplParamLists (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h713 TemplateParameterList** TemplParamLists = nullptr; member
820 return getExtInfo()->TemplParamLists[index]; in getTemplateParameterList()
3624 return getExtInfo()->TemplParamLists[i]; in getTemplateParameterList()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp2012 Context.Deallocate(TemplParamLists); in setTemplateParameterListsInfo()
2013 TemplParamLists = nullptr; in setTemplateParameterListsInfo()
2018 TemplParamLists = new (Context) TemplateParameterList *[TPLists.size()]; in setTemplateParameterListsInfo()
2020 std::copy(TPLists.begin(), TPLists.end(), TemplParamLists); in setTemplateParameterListsInfo()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp8846 Info.TemplParamLists = in readQualifierInfo()
8849 Info.TemplParamLists[i] = readTemplateParameterList(); in readQualifierInfo()
H A DASTWriter.cpp5556 AddTemplateParameterList(Info.TemplParamLists[i]); in AddQualifierInfo()