Home
last modified time | relevance | path

Searched defs:hasCommaPasting (Results 1 – 2 of 2) 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/Serialization/
H A DASTReader.cpp1758 bool hasCommaPasting = Record[NextIndex++]; in ReadMacroRecord() local