Home
last modified time | relevance | path

Searched refs:LT_PreprocessorDirective (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Format/
HDTokenAnnotator.h35 LT_PreprocessorDirective, enumerator
HDTokenAnnotator.cpp636 LineType Type = LT_PreprocessorDirective; in parsePreprocessorDirective()
1860 Line.Type != LT_PreprocessorDirective); in spaceRequiredBetween()
HDContinuationIndenter.cpp1020 if (State.Line->Type == LT_PreprocessorDirective) in breakProtrudingToken()