OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkipSpace
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h
49
bool
SkipSpace
= true;
149
void setSkipSpace(bool val) {
SkipSpace
= val; }
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmLexer.cpp
690
SaveAndRestore<bool> SavedSkipSpace(
SkipSpace
, ShouldSkipSpace);
797
if (
SkipSpace
)
AsmParser.cpp
2652
AsmLexerSkipSpaceRAII(AsmLexer &Lexer, bool
SkipSpace
) : Lexer(Lexer) {
2653
Lexer.setSkipSpace(
SkipSpace
);
Completed in 20 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026