Home
last modified time | relevance | path

Searched defs:CCC (Results 1 – 17 of 17) 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/unittests/Sema/
DExternalSemaSourceTest.cpp110 CorrectionCandidateCallback &CCC, in CorrectTypo()
152 CorrectionCandidateCallback &CCC, in CorrectTypo()
/external/clang/include/clang/Sema/
DExternalSemaSource.h204 CorrectionCandidateCallback &CCC, in CorrectTypo()
DSemaInternal.h113 std::unique_ptr<CorrectionCandidateCallback> CCC, in TypoCorrectionConsumer()
/external/clang/test/Analysis/inlining/
DInlineObjCClassMethod.m81 @interface CCC : PPP interface
/external/clang/test/SemaCXX/
Dusing-decl-1.cpp128 class CCC { public: void AAA() { } }; in AAA() class
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp296 CorrectionCandidateCallback &CCC, in CorrectTypo()
DSemaLookup.cpp3754 static bool isCandidateViable(CorrectionCandidateCallback &CCC, in isCandidateViable()
4318 Scope *S, CorrectionCandidateCallback &CCC, in AddKeywordsToConsumer()
4469 std::unique_ptr<CorrectionCandidateCallback> CCC, in makeTypoCorrectionConsumer()
4640 std::unique_ptr<CorrectionCandidateCallback> CCC, in CorrectTypo()
4776 std::unique_ptr<CorrectionCandidateCallback> CCC, in CorrectTypoDelayed()
DSemaCodeComplete.cpp1364 static void AddStorageSpecifiers(Sema::ParserCompletionContext CCC, in AddStorageSpecifiers()
1375 static void AddFunctionSpecifiers(Sema::ParserCompletionContext CCC, in AddFunctionSpecifiers()
1435 static bool WantTypesInContext(Sema::ParserCompletionContext CCC, in WantTypesInContext()
1531 static void AddOrdinaryNameResults(Sema::ParserCompletionContext CCC, in AddOrdinaryNameResults()
DSemaExpr.cpp1861 std::unique_ptr<CorrectionCandidateCallback> CCC, in DiagnoseEmptyLookup()
2110 std::unique_ptr<CorrectionCandidateCallback> CCC, in ActOnIdExpression()
DSemaDecl.cpp778 std::unique_ptr<CorrectionCandidateCallback> CCC) { in ClassifyName()
/external/clang/lib/Parse/
DParser.cpp1418 std::unique_ptr<CorrectionCandidateCallback> CCC) { in TryAnnotateName()
DParseDecl.cpp2747 Sema::ParserCompletionContext CCC = Sema::PCC_Namespace; in ParseDeclarationSpecifiers() local