Home
last modified time | relevance | path

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

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