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

/external/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp33 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct in inherits:DDD
37 class BBB:virtual CCC {
H A Ddebug-info-use-after-free.cpp120 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct in inherits:DDD
124 class BBB:virtual CCC {
240 template < typename CCC, typename =
241 typename CCC::key_equal, typename =
242 EEE < CCC > >class III {
/external/clang/lib/Parse/
H A DParseDecl.cpp1869 Sema::ParserCompletionContext CCC = Sema::PCC_Namespace; local
1888 CCC = Sema::PCC_LocalDeclarationSpecifiers;
1890 CCC = DSContext == DSC_class? Sema::PCC_MemberTemplate
1893 CCC = Sema::PCC_Class;
1895 CCC = Sema::PCC_ObjCImplementation;
1897 Actions.CodeCompleteOrdinaryName(getCurScope(), CCC); local
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp1290 static void AddStorageSpecifiers(Sema::ParserCompletionContext CCC, argument
1301 static void AddFunctionSpecifiers(Sema::ParserCompletionContext CCC, argument
1305 switch (CCC) {
1361 static bool WantTypesInContext(Sema::ParserCompletionContext CCC, argument
1363 switch (CCC) {
1456 static void AddOrdinaryNameResults(Sema::ParserCompletionContext CCC, argument
1465 switch (CCC) {
1540 if (CCC == Sema::PCC_Class) {
1575 AddStorageSpecifiers(CCC, SemaRef.getLangOpts(), Results);
1576 AddFunctionSpecifiers(CCC, SemaRe
[all...]
H A DSemaLookup.cpp3535 Scope *S, CorrectionCandidateCallback &CCC) {
3536 if (CCC.WantObjCSuper)
3539 if (CCC.WantTypeSpecifiers) {
3578 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) {
3585 if (CCC.WantExpressionKeywords) {
3611 if (CCC.WantRemainingKeywords) {
3661 static bool isCandidateViable(CorrectionCandidateCallback &CCC, argument
3663 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate));
3681 /// \param CCC A CorrectionCandidateCallback object that provides further
3701 CorrectionCandidateCallback &CCC,
3533 AddKeywordsToConsumer(Sema &SemaRef, TypoCorrectionConsumer &Consumer, Scope *S, CorrectionCandidateCallback &CCC) argument
3698 CorrectTypo(const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
[all...]
H A DSemaExpr.cpp1355 CorrectionCandidateCallback &CCC,
1471 S, &SS, CCC))) {
1570 CorrectionCandidateCallback *CCC) {
1685 if (DiagnoseEmptyLookup(S, SS, R, CCC ? *CCC : DefaultValidator))
1354 DiagnoseEmptyLookup(Scope *S, CXXScopeSpec &SS, LookupResult &R, CorrectionCandidateCallback &CCC, TemplateArgumentListInfo *ExplicitTemplateArgs, llvm::ArrayRef<Expr *> Args) argument
1564 ActOnIdExpression(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, CorrectionCandidateCallback *CCC) argument
H A DSemaOverload.cpp9517 CorrectionCandidateCallback *CCC = AllowTypoCorrection ? local
9523 SemaRef.DiagnoseEmptyLookup(S, SS, R, *CCC,

Completed in 219 milliseconds