Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h217 bool hasCommaPasting() const { return HasCommaPasting; } in hasCommaPasting() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp988 if (!MI->hasCommaPasting()) { in ReadMacroCallArgumentList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1758 bool hasCommaPasting = Record[NextIndex++]; in ReadMacroRecord() local
1768 if (hasCommaPasting) MI->setHasCommaPasting(); in ReadMacroRecord()
H A DASTWriter.cpp2308 Record.push_back(MI->hasCommaPasting()); in WritePreprocessor()