Home
last modified time | relevance | path

Searched refs:setParameterList (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DMacroInfo.h164 void setParameterList(ArrayRef<IdentifierInfo *> List, in setParameterList() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPPDirectives.cpp2511 MI->setParameterList(Parameters, BP); in ReadMacroParameterList()
2544 MI->setParameterList(Parameters, BP); in ReadMacroParameterList()
2560 MI->setParameterList(Parameters, BP); in ReadMacroParameterList()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp1771 MI->setParameterList(MacroParams, PP.getPreprocessorAllocator()); in ReadMacroRecord()