Home
last modified time | relevance | path

Searched defs:hasCommaPasting (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h212 bool hasCommaPasting() const { return HasCommaPasting; } in hasCommaPasting() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1419 bool hasCommaPasting = Record[NextIndex++]; in ReadMacroRecord() local