OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PreprocessorDirectives
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.h
212
SmallVector<UnwrappedLine, 4>
PreprocessorDirectives
;
217
// \c &
PreprocessorDirectives
.
UnwrappedLineParser.cpp
145
Parser.CurrentLines = &Parser.
PreprocessorDirectives
;
160
if (Parser.CurrentLines == &Parser.
PreprocessorDirectives
)
249
PreprocessorDirectives
.clear();
604
CurrentLines == &Lines ?
PreprocessorDirectives
.size() : 0;
768
if (CurrentLines == &
PreprocessorDirectives
)
2990
if (CurrentLines == &Lines && !
PreprocessorDirectives
.empty()) {
2992
std::make_move_iterator(
PreprocessorDirectives
.begin()),
2993
std::make_move_iterator(
PreprocessorDirectives
.end()));
2994
PreprocessorDirectives
.clear();
Completed in 19 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026