Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
504 PropagateLineStartLeadingSpaceInfo(Result); in HandleEndOfFile()
H A DTokenLexer.cpp1090 void TokenLexer::PropagateLineStartLeadingSpaceInfo(Token &Result) { in PropagateLineStartLeadingSpaceInfo() function in TokenLexer
H A DPPMacroExpansion.cpp581 PropagateLineStartLeadingSpaceInfo(Identifier); in HandleMacroExpandedIdentifier()
H A DLexer.cpp3671 void Lexer::PropagateLineStartLeadingSpaceInfo(Token &Result) { in PropagateLineStartLeadingSpaceInfo() function in Lexer
/src/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h240 void PropagateLineStartLeadingSpaceInfo(Token &Result);
H A DLexer.h732 void PropagateLineStartLeadingSpaceInfo(Token &Result);
H A DPreprocessor.h2490 void PropagateLineStartLeadingSpaceInfo(Token &Result);