Home
last modified time | relevance | path

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

/external/clang/test/FixIt/
Dtypo-using.cpp44 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} class
49 class CCC { public: void AAA() { } }; // expected-note {{'AAA' declared here}} in AAA() class
54 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} class
/external/compiler-rt/lib/tsan/lit_tests/
Dvirtual_inheritance_compile_bug.cc8 struct CCC: virtual AAA { }; struct
/external/clang/test/CodeGenCXX/
Dthunk-use-after-free.cpp33 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct
Ddebug-info-use-after-free.cpp120 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct
/external/clang/test/SemaCXX/
Dusing-decl-1.cpp129 class CCC { public: void AAA() { } }; in AAA() class
/external/clang/test/Analysis/inlining/
DInlineObjCClassMethod.m79 @interface CCC : PPP interface
/external/clang/lib/Parse/
DParser.cpp1354 CorrectionCandidateCallback *CCC) { in TryAnnotateName()
DParseDecl.cpp2405 Sema::ParserCompletionContext CCC = Sema::PCC_Namespace; in ParseDeclarationSpecifiers() local
/external/clang/lib/Sema/
DSemaLookup.cpp3681 Scope *S, CorrectionCandidateCallback &CCC, in AddKeywordsToConsumer()
3822 static bool isCandidateViable(CorrectionCandidateCallback &CCC, in isCandidateViable()
3862 CorrectionCandidateCallback &CCC, in CorrectTypo()
DSemaCodeComplete.cpp1347 static void AddStorageSpecifiers(Sema::ParserCompletionContext CCC, in AddStorageSpecifiers()
1358 static void AddFunctionSpecifiers(Sema::ParserCompletionContext CCC, in AddFunctionSpecifiers()
1418 static bool WantTypesInContext(Sema::ParserCompletionContext CCC, in WantTypesInContext()
1514 static void AddOrdinaryNameResults(Sema::ParserCompletionContext CCC, in AddOrdinaryNameResults()
DSemaExpr.cpp1656 CorrectionCandidateCallback &CCC, in DiagnoseEmptyLookup()
1882 CorrectionCandidateCallback *CCC, in ActOnIdExpression()
3903 FunctionCallCCC CCC(S, FuncName.getName().getAsIdentifierInfo(), in TryTypoCorrectionForCall() local
DSemaDecl.cpp599 CorrectionCandidateCallback *CCC) { in ClassifyName()
DSemaOverload.cpp10083 CorrectionCandidateCallback *CCC = AllowTypoCorrection ? in BuildRecoveryCallExpr() local
DSemaDeclCXX.cpp7191 UsingValidatorCCC CCC(HasTypenameKeyword, IsInstantiation); in BuildUsingDeclaration() local