Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DMacroInfo.h167 void setParameterList(ArrayRef<IdentifierInfo *> List, in setParameterList() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp2683 MI->setParameterList(Parameters, BP); in ReadMacroParameterList()
2716 MI->setParameterList(Parameters, BP); in ReadMacroParameterList()
2732 MI->setParameterList(Parameters, BP); in ReadMacroParameterList()
/llvm-project-15.0.7/clang/unittests/Lex/
H A DLexerTest.cpp450 MI->setParameterList(ParamList, Allocator); in TEST_F()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp1797 MI->setParameterList(MacroParams, PP.getPreprocessorAllocator()); in ReadMacroRecord()