Searched refs:InConditional (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DCodeCompletionHandler.h35 /// \param InConditional Whether we're inside a preprocessor conditional
37 virtual void CodeCompleteDirective(bool InConditional) { } argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp2147 void Parser::CodeCompleteDirective(bool InConditional) { argument
2148 Actions.CodeCompletePreprocessorDirective(InConditional);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3465 void CodeCompleteDirective(bool InConditional) override;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp9168 void Sema::CodeCompletePreprocessorDirective(bool InConditional) { argument
9194 if (InConditional) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12373 void CodeCompletePreprocessorDirective(bool InConditional);

Completed in 368 milliseconds