| AllParametersAreInformative | clang::CodeCompletionResult | |
| Availability | clang::CodeCompletionResult | |
| CodeCompletionResult(const NamedDecl *Declaration, unsigned Priority, NestedNameSpecifier *Qualifier=nullptr, bool QualifierIsInformative=false, bool Accessible=true) | clang::CodeCompletionResult | inline |
| CodeCompletionResult(const char *Keyword, unsigned Priority=CCP_Keyword) | clang::CodeCompletionResult | inline |
| CodeCompletionResult(const IdentifierInfo *Macro, unsigned Priority=CCP_Macro) | clang::CodeCompletionResult | inline |
| CodeCompletionResult(CodeCompletionString *Pattern, unsigned Priority=CCP_CodePattern, CXCursorKind CursorKind=CXCursor_NotImplemented, CXAvailabilityKind Availability=CXAvailability_Available, const NamedDecl *D=nullptr) | clang::CodeCompletionResult | inline |
| CodeCompletionResult(CodeCompletionString *Pattern, const NamedDecl *D, unsigned Priority) | clang::CodeCompletionResult | inline |
| CreateCodeCompletionString(Sema &S, const CodeCompletionContext &CCContext, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) | clang::CodeCompletionResult | |
| CreateCodeCompletionString(ASTContext &Ctx, Preprocessor &PP, const CodeCompletionContext &CCContext, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) | clang::CodeCompletionResult | |
| CursorKind | clang::CodeCompletionResult | |
| Declaration | clang::CodeCompletionResult | |
| DeclaringEntity | clang::CodeCompletionResult | |
| getDeclaration() const | clang::CodeCompletionResult | inline |
| getKeyword() const | clang::CodeCompletionResult | inline |
| Hidden | clang::CodeCompletionResult | |
| Keyword | clang::CodeCompletionResult | |
| Kind | clang::CodeCompletionResult | |
| Macro | clang::CodeCompletionResult | |
| Pattern | clang::CodeCompletionResult | |
| Priority | clang::CodeCompletionResult | |
| Qualifier | clang::CodeCompletionResult | |
| QualifierIsInformative | clang::CodeCompletionResult | |
| ResultKind enum name | clang::CodeCompletionResult | |
| RK_Declaration enum value | clang::CodeCompletionResult | |
| RK_Keyword enum value | clang::CodeCompletionResult | |
| RK_Macro enum value | clang::CodeCompletionResult | |
| RK_Pattern enum value | clang::CodeCompletionResult | |
| StartParameter | clang::CodeCompletionResult | |
| StartsNestedNameSpecifier | clang::CodeCompletionResult | |