Searched defs:CCC (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Ddyncast1.C31 class CCC : protected B {}; class in inherits:B
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dnamespace.cc24 namespace CCC { namespace in namespace:BBB
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dtic54x-opc.c129 #define CCC 0x0C macro
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dtic54x-opc.c129 #define CCC 0x0C macro
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DExternalSemaSource.h210 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaInternal.h91 TypoCorrectionConsumer(Sema &SemaRef, const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, std::unique_ptr<CorrectionCandidateCallback> CCC, DeclContext *MemberContext, bool EnteringContext) argument
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp320 CorrectTypo( const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaDecl.cpp899 ClassifyName(Scope *S, CXXScopeSpec &SS, IdentifierInfo *&Name, SourceLocation NameLoc, const Token &NextToken, CorrectionCandidateCallback *CCC) argument
[all...]
H A DSemaCodeComplete.cpp1801 static void AddStorageSpecifiers(Sema::ParserCompletionContext CCC, argument
1827 static void AddFunctionSpecifiers(Sema::ParserCompletionContext CCC, argument
1897 static bool WantTypesInContext(Sema::ParserCompletionContext CCC, argument
2067 static void AddOrdinaryNameResults(Sema::ParserCompletionContext CCC, Scope *S, argument
[all...]
H A DSemaExpr.cpp2271 DiagnoseEmptyLookup(Scope *S, CXXScopeSpec &SS, LookupResult &R, CorrectionCandidateCallback &CCC, TemplateArgumentListInfo *ExplicitTemplateArgs, ArrayRef<Expr *> Args, TypoExpr **Out) argument
2485 ActOnIdExpression(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, CorrectionCandidateCallback *CCC, bool IsInlineAsmIdentifier, Token *KeywordReplacement) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParser.cpp1715 Parser::TryAnnotateName(CorrectionCandidateCallback *CCC, argument
H A DParseDecl.cpp3301 Sema::ParserCompletionContext CCC = Sema::PCC_Namespace; local
3332 Actions.CodeCompleteOrdinaryName(getCurScope(), CCC); local

Completed in 337 milliseconds