reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/clang/include/clang/Parse/Parser.h
   57 class Parser : public CodeCompletionHandler {

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
   67 class CodeCompletionHandler;

References

tools/clang/include/clang/Lex/Preprocessor.h
  264   CodeCompletionHandler *CodeComplete = nullptr;
 1196   void setCodeCompletionHandler(CodeCompletionHandler &Handler) {
 1201   CodeCompletionHandler *getCodeCompletionHandler() const {
tools/clang/include/clang/Parse/Parser.h
   57 class Parser : public CodeCompletionHandler {