Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h166 void setParameterList(ArrayRef<IdentifierInfo *> List, in setParameterList() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2723 MI->setParameterList(Parameters, BP); in ReadMacroParameterList()
2756 MI->setParameterList(Parameters, BP); in ReadMacroParameterList()
2772 MI->setParameterList(Parameters, BP); in ReadMacroParameterList()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1923 MI->setParameterList(MacroParams, PP.getPreprocessorAllocator()); in ReadMacroRecord()