Home
last modified time | relevance | path

Searched refs:HasCommaPasting (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h91 bool HasCommaPasting : 1; variable
217 bool hasCommaPasting() const { return HasCommaPasting; } in hasCommaPasting()
218 void setHasCommaPasting() { HasCommaPasting = true; } in setHasCommaPasting()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DMacroInfo.cpp34 HasCommaPasting(false), IsDisabled(false), IsUsed(false), in MacroInfo()