OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPreprocessedOutput
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp
3107
if (!isLexingRawMode() && !PP->
isPreprocessedOutput
() &&
3121
!PP->
isPreprocessedOutput
()) {
3134
!PP->
isPreprocessedOutput
() &&
3633
if (!(PP && PP->
isPreprocessedOutput
()))
3945
PP->
isPreprocessedOutput
()) {
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h
982
void setPreprocessedOutput(bool
IsPreprocessedOutput
) {
983
PreprocessedOutput =
IsPreprocessedOutput
;
988
bool
isPreprocessedOutput
() const { return PreprocessedOutput; }
Completed in 23 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026