Searched defs:CCContext (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 2082 const CodeCompletionContext &CCContext, in AddOverrideResults() 3390 Sema &S, const CodeCompletionContext &CCContext, in CreateCodeCompletionString() 3450 ASTContext &Ctx, Preprocessor &PP, const CodeCompletionContext &CCContext, in CreateCodeCompletionString() 3507 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForOverride() 3538 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForDecl() 4999 AddObjCProperties(const CodeCompletionContext &CCContext, in AddObjCProperties() 5753 CodeCompletionContext CCContext(contextKind, ConvertedBaseType); in CodeCompleteMemberReferenceExpr() local 5888 CodeCompletionContext CCContext( in CodeCompleteObjCClassPropertyRefExpr() local 8785 CodeCompletionContext CCContext(CodeCompletionContext::CCC_Other); in CodeCompleteObjCPropertyDefinition() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 384 CodeCompletionContext CCContext(CodeCompletionContext::CCC_TopLevel); in CacheCodeCompletionResults() local
|