clang 24.0.0git
CodeCompletionHandler.h File Reference
#include "clang/Basic/IdentifierTable.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/StringRef.h"

Go to the source code of this file.

Classes

class  clang::CodeCompletionHandler
 Callback handler that receives notifications when performing code completion within the preprocessor. More...

Namespaces

namespace  clang
 Top level wrappers for InstallAPI frontend operations.

Typedefs

using clang::ModuleIdPath = ArrayRef<IdentifierLoc>
 A sequence of identifier/location pairs used to describe a particular module or submodule, e.g., std.vector.