Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1646 bool isCodeCompletionReached() const { return CodeCompletionReached; } in isCodeCompletionReached() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp1891 if (PP.isCodeCompletionReached() && !CalledSignatureHelp) in ParseCXXTypeConstructExpression()
3146 if (PP.isCodeCompletionReached() && !CalledSignatureHelp) in ParseCXXNewExpression()
H A DParser.cpp754 if (PP.isCodeCompletionReached()) { in ParseExternalDeclaration()
H A DParseExpr.cpp2032 if (PP.isCodeCompletionReached() && !CalledSignatureHelp) in ParsePostfixExpressionSuffix()
H A DParseDeclCXX.cpp3635 if (PP.isCodeCompletionReached() && !CalledSignatureHelp) in ParseMemInitializer()
H A DParseOpenMP.cpp481 if (PP.isCodeCompletionReached() && !CalledSignatureHelp) in ParseOpenMPReductionInitializerForDecl()
H A DParseDecl.cpp2410 if (ThisVarDecl && PP.isCodeCompletionReached() && !CalledSignatureHelp) { in ParseDeclarationAfterDeclaratorAndAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp5713 if (SemaRef.getPreprocessor().isCodeCompletionReached()) in ProduceSignatureHelp()