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

12

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp3581 Scope *S, CorrectionCandidateCallback &CCC,
3586 if (CCC.WantExpressionKeywords)
3591 if (CCC.WantObjCSuper)
3594 if (CCC.WantTypeSpecifiers) {
3633 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) {
3640 if (CCC.WantExpressionKeywords) {
3672 if (CCC.WantRemainingKeywords) {
3722 static bool isCandidateViable(CorrectionCandidateCallback &CCC, argument
3724 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate));
3742 /// \param CCC
3579 AddKeywordsToConsumer(Sema &SemaRef, TypoCorrectionConsumer &Consumer, Scope *S, CorrectionCandidateCallback &CCC, bool AfterNestedNameSpecifier) argument
3759 CorrectTypo(const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
[all...]
H A DSemaCodeComplete.cpp1347 static void AddStorageSpecifiers(Sema::ParserCompletionContext CCC, argument
1358 static void AddFunctionSpecifiers(Sema::ParserCompletionContext CCC, argument
1362 switch (CCC) {
1418 static bool WantTypesInContext(Sema::ParserCompletionContext CCC, argument
1420 switch (CCC) {
1514 static void AddOrdinaryNameResults(Sema::ParserCompletionContext CCC, argument
1523 switch (CCC) {
1598 if (CCC == Sema::PCC_Class) {
1633 AddStorageSpecifiers(CCC, SemaRef.getLangOpts(), Results);
1634 AddFunctionSpecifiers(CCC, SemaRe
[all...]
H A DSemaExpr.cpp1603 CorrectionCandidateCallback &CCC,
1723 S, &SS, CCC))) {
1827 CorrectionCandidateCallback *CCC) {
1944 if (DiagnoseEmptyLookup(S, SS, R, CCC ? *CCC : DefaultValidator))
1602 DiagnoseEmptyLookup(Scope *S, CXXScopeSpec &SS, LookupResult &R, CorrectionCandidateCallback &CCC, TemplateArgumentListInfo *ExplicitTemplateArgs, llvm::ArrayRef<Expr *> Args) argument
1821 ActOnIdExpression(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, CorrectionCandidateCallback *CCC) argument
H A DSemaDecl.cpp592 CorrectionCandidateCallback *CCC) {
658 if (!SecondTry && CCC) {
662 &SS, *CCC)) {
586 ClassifyName(Scope *S, CXXScopeSpec &SS, IdentifierInfo *&Name, SourceLocation NameLoc, const Token &NextToken, bool IsAddressOfOperand, CorrectionCandidateCallback *CCC) argument
H A DSemaOverload.cpp9853 CorrectionCandidateCallback *CCC = AllowTypoCorrection ? local
9859 SemaRef.DiagnoseEmptyLookup(S, SS, R, *CCC,
/freebsd-10.0-release/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-10.0-release/contrib/lukemftpd/src/
H A Dftpcmd.y152 AUTH ADAT PROT PBSZ CCC MIC
773 | CCC CRLF
1266 { "CCC", CCC, NOARGS, 1, "(Disable data protection)" },
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_string.c2914 cx = CCC(ucx[_i]); \
3089 } else if ((cl = CCC(uc2)) == 0) {
3163 cx = CCC(ucx[0]);
3350 if (IS_DECOMPOSABLE_BLOCK(uc) && CCC(uc) != 0) {
3361 fdc[0].ccc = CCC(cp2);
3369 (ccc = CCC(uc2)) != 0 && fdi < FDC_MAX) {
H A Darchive_string_composition.h1007 /* Get Canonical Combining Class(CCC). */
1008 #define CCC(uc) \ macro
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp2371 Sema::ParserCompletionContext CCC = Sema::PCC_Namespace; local
2390 CCC = Sema::PCC_LocalDeclarationSpecifiers;
2392 CCC = DSContext == DSC_class? Sema::PCC_MemberTemplate
2395 CCC = Sema::PCC_Class;
2397 CCC = Sema::PCC_ObjCImplementation;
2399 Actions.CodeCompleteOrdinaryName(getCurScope(), CCC); local
H A DParser.cpp1335 /// \param CCC Indicates how to perform typo-correction for this name. If NULL,
1339 CorrectionCandidateCallback *CCC) {
1379 IsAddressOfOperand, SS.isEmpty() ? CCC : 0);
1338 TryAnnotateName(bool IsAddressOfOperand, CorrectionCandidateCallback *CCC) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h515 CorrectionCandidateCallback *CCC = 0);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1380 /// \param CCC The correction callback, if typo correction is desired.
1387 CorrectionCandidateCallback *CCC = 0);
2391 CorrectionCandidateCallback &CCC,
3057 CorrectionCandidateCallback *CCC = 0);
3065 CorrectionCandidateCallback &CCC,
/freebsd-10.0-release/contrib/gperf/lib/
H A Dconfigure648 CCC
2835 if test -n "$CCC"; then
2836 CXX=$CCC
/freebsd-10.0-release/contrib/gperf/src/
H A Dconfigure648 CCC
2837 if test -n "$CCC"; then
2838 CXX=$CCC
/freebsd-10.0-release/contrib/binutils/
H A Dconfigure3699 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
3741 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
/freebsd-10.0-release/contrib/groff/
H A Dconfigure2632 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2674 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
/freebsd-10.0-release/contrib/atf/
H A Dconfigure795 CCC
12417 if test -n "$CCC"; then
12418 CXX=$CCC
/freebsd-10.0-release/contrib/ncurses/
H A Dconfigure2735 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2774 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
/freebsd-10.0-release/contrib/ofed/libibcm/
H A Dconfigure4480 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
4522 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
/freebsd-10.0-release/contrib/ofed/librdmacm/
H A Dconfigure4480 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
4522 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
/freebsd-10.0-release/contrib/sqlite3/
H A Dconfigure914 CCC
6164 if test -n "$CCC"; then
6165 CXX=$CCC
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-mips.c9950 INSERT_OPERAND (CCC, *ip, regno);
/freebsd-10.0-release/contrib/subversion/
H A Dconfigure916 CCC
3667 if test -n "$CCC"; then
3668 CXX=$CCC

Completed in 939 milliseconds

12