/llvm-project/clang/test/FixIt/ |
H A D | typo-using.cpp | 44 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 D | main.cpp | 24 struct CCC struct 26 cCCC global() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | avoid-bind.cpp | 149 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 D | stack-buffer-overflow-with-position.cpp | 23 char AAA[10], BBB[10], CCC[10]; in main() local
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | virtual_inheritance_compile_bug.cpp | 12 struct CCC: virtual AAA { }; struct
|
/llvm-project/compiler-rt/test/hwasan/TestCases/ |
H A D | stack-uar.c | 41 __attribute__((noinline)) void Unrelated3() { int CCC[4]; USE(&CCC[0]); } in Unrelated3() local
|
H A D | stack-uas.c | 43 int CCC[4]; in Unrelated3() local
|
/llvm-project/clang/lib/Interpreter/ |
H A D | CodeCompletion.cpp | 75 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 D | thunk-use-after-free.cpp | 33 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct
|
H A D | debug-info-use-after-free.cpp | 122 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct
|
/llvm-project/clang/unittests/Sema/ |
H A D | ExternalSemaSourceTest.cpp | 109 CorrectionCandidateCallback &CCC, in CorrectTypo() 151 CorrectionCandidateCallback &CCC, in CorrectTypo()
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ExternalSemaSource.h | 212 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
|
H A D | SemaInternal.h | 91 std::unique_ptr<CorrectionCandidateCallback> CCC, in TypoCorrectionConsumer() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseTentative.cpp | 1393 TentativeParseCCC CCC(Next); isCXXDeclarationSpecifier() local 2255 TentativeParseCCC CCC(Next); NameAfterArrowIsNonType() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherOpt.cpp | 64 if (auto *CCC = dyn_cast<CheckCondCodeMatcher>(MC->getNext())) in ContractNodes() local
|
/llvm-project/clang/unittests/Frontend/ |
H A D | FrontendActionTest.cpp | 205 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 D | IncludeFixer.cpp | 187 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 D | IncludeFixer.cpp | 503 CorrectionCandidateCallback &CCC, in CorrectTypo()
|
/llvm-project/clang/test/SemaCXX/ |
H A D | using-decl-1.cpp | 128 class CCC { public: void AAA() { } }; in AAA() class
|
/llvm-project/clang/test/Analysis/inlining/ |
H A D | InlineObjCClassMethod.m | 89 @interface CCC : PPP interface
|
/llvm-project/clang/lib/Sema/ |
H A D | MultiplexExternalSemaSource.cpp | 323 CorrectTypo(const DeclarationNameInfo & Typo,int LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT) CorrectTypo() argument
|
H A D | SemaCXXScopeSpec.cpp | 547 NestedNameSpecifierValidatorCCC CCC(*this); BuildCXXNestedNameSpecifier() local
|
H A D | SemaDeclObjC.cpp | 566 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 D | SemaLookup.cpp | 4396 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 D | ASTUtils.h | 554 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
|