Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DMacroCallReconstructor.cpp202 Parent->MacroParent = true; in getParentInResult()
427 Token->MacroParent = true; in processNextReconstructed()
435 Token->MacroParent = true; in processNextReconstructed()
489 Last->Tok->MacroParent = true; in finalize()
H A DFormatToken.h533 bool MacroParent = false; member