Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/FixIt/
H A 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
/llvm-project/lldb/test/API/python_api/formatters/
H A Dmain.cpp24 struct CCC struct
26 cCCC global() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-bind.cpp149 auto CCC = std::bind(add, MemberVariable, GlobalVariable); in testCaptureByValue() local
201 auto CCC = std::bind(add, y, std::ref(x)); in testCaptureByReference() local
238 auto CCC = std::bind(D{}, 1, 2); in testFunctionObjects() local
283 auto CCC = std::bind(add, _1, _1); in testPlaceholders() local
309 auto CCC = std::bind(&C::add, 1, 1); in testGlobalFunctions() local
337 auto CCC = std::bind(sub, std::ref(*p), _1); in testCapturedSubexpressions() local
359 auto CCC = std::bind(&E::MemberFunction, this, 1); in testMemberFunctions() local
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dstack-buffer-overflow-with-position.cpp23 char AAA[10], BBB[10], CCC[10]; in main() local
/llvm-project/compiler-rt/test/tsan/
H A Dvirtual_inheritance_compile_bug.cpp12 struct CCC: virtual AAA { }; struct
/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Dstack-uar.c41 __attribute__((noinline)) void Unrelated3() { int CCC[4]; USE(&CCC[0]); } in Unrelated3() local
H A Dstack-uas.c43 int CCC[4]; in Unrelated3() local
/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp75 CodeCompletionContext CCC; member in clang::CompletionContextHandler
82 CompletionContextHandler(Sema &S, CodeCompletionContext CCC, in CompletionContextHandler() argument
141 DotMemberAccessHandler(Sema &S, CodeCompletionContext CCC, in DotMemberAccessHandler() argument
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp33 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct
H A Ddebug-info-use-after-free.cpp122 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct
/llvm-project/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp109 CorrectionCandidateCallback &CCC, in CorrectTypo()
151 CorrectionCandidateCallback &CCC, in CorrectTypo()
/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h212 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
H A DSemaInternal.h91 std::unique_ptr<CorrectionCandidateCallback> CCC, in TypoCorrectionConsumer() argument
/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1393 TentativeParseCCC CCC(Next); isCXXDeclarationSpecifier() local
2255 TentativeParseCCC CCC(Next); NameAfterArrowIsNonType() local
/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp64 if (auto *CCC = dyn_cast<CheckCondCodeMatcher>(MC->getNext())) in ContractNodes() local
/llvm-project/clang/unittests/Frontend/
H A DFrontendActionTest.cpp205 CorrectTypo(const DeclarationNameInfo & Typo,int LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT) CorrectTypo() argument
/llvm-project/clang-tools-extra/clang-include-fixer/
H A DIncludeFixer.cpp187 CorrectTypo(const DeclarationNameInfo & Typo,int LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT) CorrectTypo() argument
/llvm-project/clang-tools-extra/clangd/
H A DIncludeFixer.cpp503 CorrectionCandidateCallback &CCC, in CorrectTypo()
/llvm-project/clang/test/SemaCXX/
H A Dusing-decl-1.cpp128 class CCC { public: void AAA() { } }; in AAA() class
/llvm-project/clang/test/Analysis/inlining/
H A DInlineObjCClassMethod.m89 @interface CCC : PPP interface
/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp323 CorrectTypo(const DeclarationNameInfo & Typo,int LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT) CorrectTypo() argument
H A DSemaCXXScopeSpec.cpp547 NestedNameSpecifierValidatorCCC CCC(*this); BuildCXXNestedNameSpecifier() local
H A DSemaDeclObjC.cpp566 ObjCInterfaceValidatorCCC CCC(IDecl); ActOnSuperClassOfClassInterface() local
1318 DeclFilterCCC<ObjCProtocolDecl> CCC{}; FindProtocolDeclaration() local
1698 ObjCTypeArgOrProtocolValidatorCCC CCC(Context, lookupKind); actOnObjCTypeArgsOrProtocolQualifiers() local
2002 ObjCInterfaceValidatorCCC CCC{}; ActOnStartClassImplementation() local
5435 DeclFilterCCC<ObjCInterfaceDecl> CCC{}; getObjCInterfaceDecl() local
[all...]
H A DSemaLookup.cpp4396 isCandidateViable(CorrectionCandidateCallback & CCC,TypoCorrection & Candidate) isCandidateViable() argument
4968 AddKeywordsToConsumer(Sema & SemaRef,TypoCorrectionConsumer & Consumer,Scope * S,CorrectionCandidateCallback & CCC,bool AfterNestedNameSpecifier) AddKeywordsToConsumer() argument
5119 makeTypoCorrectionConsumer(const DeclarationNameInfo & TypoName,Sema::LookupNameKind LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT,bool ErrorRecovery) makeTypoCorrectionConsumer() argument
5264 CorrectTypo(const DeclarationNameInfo & TypoName,Sema::LookupNameKind LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,CorrectTypoKind Mode,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT,bool RecordFailure) CorrectTypo() argument
5360 CorrectTypoDelayed(const DeclarationNameInfo & TypoName,Sema::LookupNameKind LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,TypoDiagnosticGenerator TDG,TypoRecoveryCallback TRC,CorrectTypoKind Mode,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT) CorrectTypoDelayed() argument
[all...]
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h554 CorrectTypo(const clang::DeclarationNameInfo & Typo,int LookupKind,clang::Scope * S,clang::CXXScopeSpec * SS,clang::CorrectionCandidateCallback & CCC,clang::DeclContext * MemberContext,bool EnteringContext,const clang::ObjCObjectPointerType * OPT) CorrectTypo() argument

12