Home
last modified time | relevance | path

Searched refs:PropagateLineStartLeadingSpaceInfo (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/Lex/
H A DPPLexerChange.cpp247 void Preprocessor::PropagateLineStartLeadingSpaceInfo(Token &Result) { in PropagateLineStartLeadingSpaceInfo() function in Preprocessor
249 CurTokenLexer->PropagateLineStartLeadingSpaceInfo(Result); in PropagateLineStartLeadingSpaceInfo()
253 CurLexer->PropagateLineStartLeadingSpaceInfo(Result); in PropagateLineStartLeadingSpaceInfo()
495 PropagateLineStartLeadingSpaceInfo(Result); in HandleEndOfFile()
H A DTokenLexer.cpp1075 void TokenLexer::PropagateLineStartLeadingSpaceInfo(Token &Result) { in PropagateLineStartLeadingSpaceInfo() function in TokenLexer
H A DPPMacroExpansion.cpp578 PropagateLineStartLeadingSpaceInfo(Identifier); in HandleMacroExpandedIdentifier()
H A DLexer.cpp3474 void Lexer::PropagateLineStartLeadingSpaceInfo(Token &Result) { in PropagateLineStartLeadingSpaceInfo() function in Lexer
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DTokenLexer.h240 void PropagateLineStartLeadingSpaceInfo(Token &Result);
H A DLexer.h731 void PropagateLineStartLeadingSpaceInfo(Token &Result);
H A DPreprocessor.h2274 void PropagateLineStartLeadingSpaceInfo(Token &Result);