Home
last modified time | relevance | path

Searched defs:CCC (Results 1 – 18 of 18) 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/test/asan/TestCases/
Dstack-buffer-overflow-with-position.cc23 char AAA[10], BBB[10], CCC[10]; in main() local
/external/compiler-rt/test/tsan/
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/include/clang/Sema/
DExternalSemaSource.h201 CorrectionCandidateCallback &CCC, in CorrectTypo()
/external/clang/test/SemaCXX/
Dusing-decl-1.cpp130 class CCC { public: void AAA() { } }; in AAA() class
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp106 CorrectionCandidateCallback &CCC, in CorrectTypo()
/external/clang/test/Analysis/inlining/
DInlineObjCClassMethod.m81 @interface CCC : PPP interface
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp285 CorrectionCandidateCallback &CCC, in CorrectTypo()
DSemaLookup.cpp3268 static bool isCandidateViable(CorrectionCandidateCallback &CCC, in isCandidateViable()
3338 CorrectionCandidateCallback &CCC, in TypoCorrectionConsumer()
3944 Scope *S, CorrectionCandidateCallback &CCC, in AddKeywordsToConsumer()
4162 CorrectionCandidateCallback &CCC, in CorrectTypo()
DSemaCodeComplete.cpp1349 static void AddStorageSpecifiers(Sema::ParserCompletionContext CCC, in AddStorageSpecifiers()
1360 static void AddFunctionSpecifiers(Sema::ParserCompletionContext CCC, in AddFunctionSpecifiers()
1420 static bool WantTypesInContext(Sema::ParserCompletionContext CCC, in WantTypesInContext()
1516 static void AddOrdinaryNameResults(Sema::ParserCompletionContext CCC, in AddOrdinaryNameResults()
DSemaExpr.cpp1726 CorrectionCandidateCallback &CCC, in DiagnoseEmptyLookup()
1999 CorrectionCandidateCallback *CCC, in ActOnIdExpression()
4086 FunctionCallCCC CCC(S, FuncName.getAsIdentifierInfo(), Args.size(), ME); in TryTypoCorrectionForCall() local
DSemaOverload.cpp10462 CorrectionCandidateCallback *CCC = AllowTypoCorrection ? in BuildRecoveryCallExpr() local
DSemaDecl.cpp688 CorrectionCandidateCallback *CCC) { in ClassifyName()
DSemaDeclCXX.cpp7685 UsingValidatorCCC CCC(HasTypenameKeyword, IsInstantiation, SS.getScopeRep(), in BuildUsingDeclaration() local
/external/clang/lib/Parse/
DParser.cpp1324 CorrectionCandidateCallback *CCC) { in TryAnnotateName()
DParseDecl.cpp2488 Sema::ParserCompletionContext CCC = Sema::PCC_Namespace; in ParseDeclarationSpecifiers() local