OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PropagateLineStartLeadingSpaceInfo
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/Lex/
TokenLexer.h
200
void
PropagateLineStartLeadingSpaceInfo
(Token &Result);
Lexer.h
594
void
PropagateLineStartLeadingSpaceInfo
(Token &Result);
Preprocessor.h
[
all
...]
/external/clang/lib/Lex/
PPLexerChange.cpp
256
void Preprocessor::
PropagateLineStartLeadingSpaceInfo
(Token &Result) {
258
CurTokenLexer->
PropagateLineStartLeadingSpaceInfo
(Result);
262
CurLexer->
PropagateLineStartLeadingSpaceInfo
(Result);
423
PropagateLineStartLeadingSpaceInfo
(Result);
TokenLexer.cpp
[
all
...]
Lexer.cpp
[
all
...]
PPMacroExpansion.cpp
518
PropagateLineStartLeadingSpaceInfo
(Identifier);
[
all
...]
Completed in 60 milliseconds