Home
last modified time | relevance | path

Searched refs:isCodeCompletionEnabled (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPLexerChange.cpp89 if (isCodeCompletionEnabled() && in EnterSourceFile()
403 if (isCodeCompletionEnabled() && CurPPLexer && in HandleEndOfFile()
493 if (isCodeCompletionEnabled()) { in HandleEndOfFile()
H A DLexer.cpp2947 if (PP && PP->isCodeCompletionEnabled()) { in isCodeCompletionPoint()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h1473 bool isCodeCompletionEnabled() const { return CodeCompletionFile != nullptr; } in isCodeCompletionEnabled() function
1495 assert(isCodeCompletionEnabled() && "Code-completion not enabled!"); in setCodeCompletionReached()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp2081 if (!PP.isCodeCompletionEnabled()) { in trySkippingFunctionBody()
H A DParser.cpp56 SkipFunctionBodies = pp.isCodeCompletionEnabled() || skipFunctionBodies; in Parser()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp871 if (PP.isCodeCompletionEnabled()) in ActOnEndOfTranslationUnit()
H A DSemaDecl.cpp13330 !PP.isCodeCompletionEnabled()) in ActOnFinishFunctionBody()
H A DSemaExpr.cpp13759 !PP.isCodeCompletionEnabled()) in ActOnBlockStmtExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h597 if (PP.isCodeCompletionEnabled()) in cutOffParsing()