Home
last modified time | relevance | path

Searched defs:CCC (Results 1 – 25 of 25) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dtic54x-opc.c129 #define CCC 0x0C macro
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dtic54x-opc.c129 #define CCC 0x0C macro
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dnamespace.cc24 namespace CCC { namespace
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DExternalSemaSource.h212 CorrectionCandidateCallback &CCC, in CorrectTypo()
H A DSemaInternal.h95 std::unique_ptr<CorrectionCandidateCallback> CCC, in TypoCorrectionConsumer()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp62 if (auto *CCC = dyn_cast<CheckCondCodeMatcher>(MC->getNext())) in ContractNodes() local
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseTentative.cpp1341 TentativeParseCCC CCC(Next); in isCXXDeclarationSpecifier() local
H A DParser.cpp1715 Parser::TryAnnotateName(CorrectionCandidateCallback *CCC, in TryAnnotateName()
H A DParseStmt.cpp212 StatementFilterCCC CCC(Next); in ParseStatementOrDeclarationAfterAttributes() local
H A DParseDecl.cpp3301 Sema::ParserCompletionContext CCC = Sema::PCC_Namespace; in ParseDeclarationSpecifiers() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp323 CorrectionCandidateCallback &CCC, in CorrectTypo()
H A DSemaCXXScopeSpec.cpp636 NestedNameSpecifierValidatorCCC CCC(*this); in BuildCXXNestedNameSpecifier() local
H A DSemaLookup.cpp4447 static bool isCandidateViable(CorrectionCandidateCallback &CCC, in isCandidateViable()
5018 Scope *S, CorrectionCandidateCallback &CCC, in AddKeywordsToConsumer()
5166 Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, in makeTypoCorrectionConsumer()
5342 CorrectionCandidateCallback &CCC, in CorrectTypo()
5476 Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, in CorrectTypoDelayed()
H A DSemaDeclObjC.cpp558 ObjCInterfaceValidatorCCC CCC(IDecl); in ActOnSuperClassOfClassInterface() local
1320 DeclFilterCCC<ObjCProtocolDecl> CCC{}; in FindProtocolDeclaration() local
1702 ObjCTypeArgOrProtocolValidatorCCC CCC(Context, lookupKind); in actOnObjCTypeArgsOrProtocolQualifiers() local
2002 ObjCInterfaceValidatorCCC CCC{}; in ActOnStartClassImplementation() local
H A DSemaTemplateVariadic.cpp1025 ParameterPackValidatorCCC CCC{}; in ActOnSizeofParameterPackExpr() local
H A DSemaCodeComplete.cpp1801 static void AddStorageSpecifiers(Sema::ParserCompletionContext CCC, in AddStorageSpecifiers()
1827 static void AddFunctionSpecifiers(Sema::ParserCompletionContext CCC, in AddFunctionSpecifiers()
1897 static bool WantTypesInContext(Sema::ParserCompletionContext CCC, in WantTypesInContext()
2067 static void AddOrdinaryNameResults(Sema::ParserCompletionContext CCC, Scope *S, in AddOrdinaryNameResults()
6448 CodeCompletionContext CCC(CodeCompletionContext::CCC_DotMemberAccess, in CodeCompleteDesignator() local
H A DSemaExprMember.cpp702 RecordMemberExprValidatorCCC CCC(RTy); in LookupMemberExprInRecord() local
H A DSemaExprObjC.cpp2102 DeclFilterCCC<ObjCPropertyDecl> CCC{}; in HandleExprPropertyRefExpr() local
2353 ObjCInterfaceOrSuperCCC CCC(getCurMethodDecl()); in getObjCMessageKind() local
H A DSemaDecl.cpp439 TypeNameValidatorCCC CCC(/*AllowInvalid=*/true, isClassName, in getTypeName() local
734 TypeNameValidatorCCC CCC(/*AllowInvalid=*/false, /*WantClass=*/false, in DiagnoseUnknownTypeName() local
903 CorrectionCandidateCallback *CCC) { in ClassifyName()
2312 DeclFilterCCC<ObjCInterfaceDecl> CCC{}; in getObjCInterfaceDecl() local
8889 DifferentNameValidatorCCC CCC(SemaRef.Context, NewFD, in DiagnoseInvalidRedeclaration() local
15919 DeclFilterCCC<FunctionDecl> CCC{}; in ImplicitlyDefineFunction() local
H A DSemaDeclCXX.cpp4367 MemInitializerValidatorCCC CCC(ClassDecl); in BuildMemInitializer() local
11720 NamespaceValidatorCCC CCC{}; in TryNamespaceTypoCorrection() local
12541 UsingValidatorCCC CCC(HasTypenameKeyword, IsInstantiation, SS.getScopeRep(), in BuildUsingDeclaration() local
H A DSemaExpr.cpp2272 CorrectionCandidateCallback &CCC, in DiagnoseEmptyLookup()
2488 CorrectionCandidateCallback *CCC, in ActOnIdExpression()
6211 FunctionCallCCC CCC(S, FuncName.getAsIdentifierInfo(), Args.size(), ME); in TryTypoCorrectionForCall() local
H A DSemaInit.cpp2616 FieldInitializerValidatorCCC CCC(RT->getDecl()); in CheckDesignatedInitializer() local
H A DSemaTemplate.cpp691 TemplateCandidateFilter CCC(*this); in diagnoseExprIntendedAsTemplateName() local
H A DSemaOpenMP.cpp3038 VarDeclFilterCCC CCC(*this); in ActOnOpenMPIdExpression() local
22872 VarOrFuncDeclFilterCCC CCC(*this); in lookupOpenMPDeclareTargetName() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h548 clang::CorrectionCandidateCallback &CCC, in CorrectTypo()