Home
last modified time | relevance | path

Searched refs:isCodeCompletionReached (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1647 bool isCodeCompletionReached() const { return CodeCompletionReached; } in isCodeCompletionReached() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1891 if (PP.isCodeCompletionReached() && !CalledSignatureHelp) in ParseCXXTypeConstructExpression()
3147 if (PP.isCodeCompletionReached() && !CalledSignatureHelp) in ParseCXXNewExpression()
H A DParser.cpp756 if (PP.isCodeCompletionReached()) { in ParseExternalDeclaration()
H A DParseExpr.cpp2035 if (PP.isCodeCompletionReached() && !CalledSignatureHelp) in ParsePostfixExpressionSuffix()
H A DParseOpenMP.cpp481 if (PP.isCodeCompletionReached() && !CalledSignatureHelp) in ParseOpenMPReductionInitializerForDecl()
H A DParseDeclCXX.cpp3726 if (PP.isCodeCompletionReached() && !CalledSignatureHelp) in ParseMemInitializer()
H A DParseDecl.cpp2417 if (ThisVarDecl && PP.isCodeCompletionReached() && !CalledSignatureHelp) { in ParseDeclarationAfterDeclaratorAndAttributes()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5716 if (SemaRef.getPreprocessor().isCodeCompletionReached()) in ProduceSignatureHelp()