Searched refs:CCC (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/contrib/groff/src/utils/pfbtops/
H A DMakefile.sub7 LINK.c=$(CCC) $(CCFLAGS) $(LDFLAGS)
/freebsd-11-stable/contrib/groff/
H A DMakefile.comm25 COMPILE.cpp=$(CCC) $(ALL_CCFLAGS) -c
28 LINK.cpp=$(CCC) $(CCFLAGS) $(LDFLAGS)
282 || $(CCC) $(ALL_CCFLAGS) -MM $(CCSRCS) $$ytabc >>depend.temp
H A DMakefile.in339 # `CCC' is the compiler for C++ (.cpp) files.
340 CCC=@CXX@
391 # -collector=`dirname \`$(CCC) -print-libgcc-file-name\``/ld
402 "CCC=$(CCC)" \
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h205 CorrectionCandidateCallback &CCC,
203 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DMultiplexExternalSemaSource.h339 CorrectionCandidateCallback &CCC,
H A DSemaInternal.h95 std::unique_ptr<CorrectionCandidateCallback> CCC,
101 CorrectionValidator(std::move(CCC)), MemberContext(MemberContext),
91 TypoCorrectionConsumer(Sema &SemaRef, const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, std::unique_ptr<CorrectionCandidateCallback> CCC, DeclContext *MemberContext, bool EnteringContext) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp319 CorrectionCandidateCallback &CCC,
324 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC,
316 CorrectTypo( const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaLookup.cpp4118 static bool isCandidateViable(CorrectionCandidateCallback &CCC,
4120 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate));
4675 Scope *S, CorrectionCandidateCallback &CCC,
4680 if (CCC.WantExpressionKeywords)
4685 if (CCC.WantObjCSuper)
4688 if (CCC.WantTypeSpecifiers) {
4725 } else if (CCC.WantFunctionLikeCasts) {
4734 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) {
4741 if (CCC.WantExpressionKeywords) {
4773 if (CCC
[all...]
H A DSemaCXXScopeSpec.cpp622 NestedNameSpecifierValidatorCCC CCC(*this);
624 Found.getLookupNameInfo(), Found.getLookupKind(), S, &SS, CCC,
H A DSemaTemplateVariadic.cpp996 ParameterPackValidatorCCC CCC{};
999 CCC, CTK_ErrorRecovery)) {
H A DSemaCodeComplete.cpp1726 static void AddStorageSpecifiers(Sema::ParserCompletionContext CCC, argument
1752 static void AddFunctionSpecifiers(Sema::ParserCompletionContext CCC, argument
1756 switch (CCC) {
1810 static bool WantTypesInContext(Sema::ParserCompletionContext CCC, argument
1812 switch (CCC) {
1979 static void AddOrdinaryNameResults(Sema::ParserCompletionContext CCC, Scope *S, argument
1985 switch (CCC) {
2066 if (CCC == Sema::PCC_Class) {
2111 AddStorageSpecifiers(CCC, SemaRef.getLangOpts(), Results);
2112 AddFunctionSpecifiers(CCC, SemaRe
[all...]
H A DSemaDeclObjC.cpp557 ObjCInterfaceValidatorCCC CCC(IDecl);
560 TUScope, nullptr, CCC, CTK_ErrorRecovery)) {
1299 DeclFilterCCC<ObjCProtocolDecl> CCC{};
1302 TUScope, nullptr, CCC, CTK_ErrorRecovery);
1681 ObjCTypeArgOrProtocolValidatorCCC CCC(Context, lookupKind);
1684 lookupKind, S, nullptr, CCC, CTK_ErrorRecovery);
1981 ObjCInterfaceValidatorCCC CCC{};
1984 LookupOrdinaryName, TUScope, nullptr, CCC, CTK_NonError);
H A DSemaExprMember.cpp703 RecordMemberExprValidatorCCC CCC(RTy);
705 R.getLookupNameInfo(), R.getLookupKind(), nullptr, &SS, CCC,
H A DSemaDecl.cpp376 TypeNameValidatorCCC CCC(/*AllowInvalid=*/true, isClassName,
379 S, SS, CCC, CTK_ErrorRecovery);
672 TypeNameValidatorCCC CCC(/*AllowInvalid=*/false, /*WantClass=*/false,
677 CCC, CTK_ErrorRecovery)) {
853 CorrectionCandidateCallback *CCC) {
948 if (!SecondTry && CCC) {
952 &SS, *CCC, CTK_ErrorRecovery)) {
1960 DeclFilterCCC<ObjCInterfaceDecl> CCC{};
1963 TUScope, nullptr, CCC, CTK_ErrorRecovery)) {
8078 DifferentNameValidatorCCC CCC(SemaRe
849 ClassifyName(Scope *S, CXXScopeSpec &SS, IdentifierInfo *&Name, SourceLocation NameLoc, const Token &NextToken, CorrectionCandidateCallback *CCC) argument
[all...]
H A DSemaExprObjC.cpp1977 DeclFilterCCC<ObjCPropertyDecl> CCC{};
1980 nullptr, nullptr, CCC, CTK_ErrorRecovery, IFace, false, OPT)) {
2228 ObjCInterfaceOrSuperCCC CCC(getCurMethodDecl());
2230 Result.getLookupNameInfo(), Result.getLookupKind(), S, nullptr, CCC,
H A DSemaExpr.cpp2035 CorrectionCandidateCallback &CCC,
2117 R.getLookupNameInfo(), R.getLookupKind(), S, &SS, CCC,
2127 S, &SS, CCC, CTK_ErrorRecovery))) {
2277 CorrectionCandidateCallback *CCC,
2404 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) &&
2406 if (CCC) {
2408 CCC->setTypoName(II);
2410 CCC->setTypoNNS(SS.getScopeRep());
2415 if (DiagnoseEmptyLookup(S, SS, R, CCC
2034 DiagnoseEmptyLookup(Scope *S, CXXScopeSpec &SS, LookupResult &R, CorrectionCandidateCallback &CCC, TemplateArgumentListInfo *ExplicitTemplateArgs, ArrayRef<Expr *> Args, TypoExpr **Out) argument
2274 ActOnIdExpression(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, CorrectionCandidateCallback *CCC, bool IsInlineAsmIdentifier, Token *KeywordReplacement) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp62 if (auto *CCC = dyn_cast<CheckCondCodeMatcher>(MC->getNext()))
64 New = new CheckChild2CondCodeMatcher(CCC->getCondCodeName());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h556 clang::CorrectionCandidateCallback &CCC,
561 Source->CorrectTypo(Typo, LookupKind, S, SS, CCC,
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y108 AUTH ADAT PROT PBSZ CCC MIC
693 | CCC CRLF check_secure
988 { "CCC", CCC, ARGS, 1, "" },
H A Dftpcmd.c135 CCC = 324, enumerator in enum:yytokentype
220 #define CCC 324 macro
693 "ADAT", "PROT", "PBSZ", "CCC", "MIC", "CONF", "ENC", "KAUTH", "KLIST",
3044 { "CCC", CCC, ARGS, 1, "" },
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1345 TentativeParseCCC CCC(Next);
1346 switch (TryAnnotateName(&CCC)) {
H A DParser.cpp1586 /// \param CCC Indicates how to perform typo-correction for this name. If NULL,
1589 Parser::TryAnnotateName(CorrectionCandidateCallback *CCC) { argument
1626 getCurScope(), SS, Name, NameLoc, Next, SS.isEmpty() ? CCC : nullptr);
1639 SS.isEmpty() ? CCC : nullptr);
H A DParseDecl.cpp2942 /*CCC=*/nullptr);
3110 Sema::ParserCompletionContext CCC = Sema::PCC_Namespace; local
3129 CCC = Sema::PCC_LocalDeclarationSpecifiers;
3131 CCC = DSContext == DeclSpecContext::DSC_class ? Sema::PCC_MemberTemplate
3134 CCC = Sema::PCC_Class;
3136 CCC = Sema::PCC_ObjCImplementation;
3138 Actions.CodeCompleteOrdinaryName(getCurScope(), CCC); local
H A DParseStmt.cpp189 StatementFilterCCC CCC(Next);
190 if (TryAnnotateName(&CCC) == ANK_Error) {
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.c2909 cx = CCC(ucx[_i]); \
3084 } else if ((cl = CCC(uc2)) == 0) {
3158 cx = CCC(ucx[0]);
3345 if (IS_DECOMPOSABLE_BLOCK(uc) && CCC(uc) != 0) {
3356 fdc[0].ccc = CCC(cp2);
3364 (ccc = CCC(uc2)) != 0 && fdi < FDC_MAX) {

Completed in 783 milliseconds

12