Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp568 if (!isIncrementalProcessingEnabled()) in HandleEndOfFile()
572 if (!isIncrementalProcessingEnabled()) in HandleEndOfFile()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp308 assert(PP.isIncrementalProcessingEnabled() && "Not in incremental mode!?"); in Parse()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp634 if (PP.isIncrementalProcessingEnabled() && Tok.is(tok::eof)) in ParseTopLevelDecl()
957 } else if (PP.isIncrementalProcessingEnabled()) { in ParseExternalDeclaration()
H A DParseDecl.cpp5963 assert(PP.isIncrementalProcessingEnabled() && "Not in incremental mode"); in ParseTopLevelStmtDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1229 if (!PP.isIncrementalProcessingEnabled()) in ActOnEndOfTranslationUnit()
1518 if (!PP.isIncrementalProcessingEnabled()) in ActOnEndOfTranslationUnit()
H A DSemaDecl.cpp2229 if (!PP.isIncrementalProcessingEnabled() || getLangOpts().ObjC || in ActOnPopScope()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1940 bool isIncrementalProcessingEnabled() const { return IncrementalProcessing; } in isIncrementalProcessingEnabled() function