Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DIncludeFixer.cpp468 Sema::LookupNameKind LookupKind) { in collectAccessibleScopes()
501 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
/llvm-project/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp107 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
149 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h211 int LookupKind, Scope *S, CXXScopeSpec *SS, in CorrectTypo() argument
H A DSemaInternal.h89 Sema::LookupNameKind LookupKind, in TypoCorrectionConsumer() argument
H A DLookup.h805 Sema::LookupNameKind LookupKind; variable
/llvm-project/clang/unittests/Frontend/
H A DFrontendActionTest.cpp203 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.cpp186 CorrectTypo(const DeclarationNameInfo & Typo,int LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT) CorrectTypo() argument
/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp322 CorrectTypo(const DeclarationNameInfo & Typo,int LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT) CorrectTypo() argument
H A DSemaLookup.cpp5118 makeTypoCorrectionConsumer(const DeclarationNameInfo & TypoName,Sema::LookupNameKind LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT,bool ErrorRecovery) makeTypoCorrectionConsumer() argument
5262 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
5359 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...]
H A DSemaExprMember.cpp738 Sema::LookupNameKind LookupKind; LookupMemberExprInRecord() member
H A DSemaDeclObjC.cpp1364 Sema::LookupNameKind LookupKind; global() member in __anon8421e07e0311::ObjCTypeArgOrProtocolValidatorCCC
H A DSemaTemplate.cpp629 LookupNameKind LookupKind; diagnoseExprIntendedAsTemplateName() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h552 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
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h157 enum class LookupKind { Static, DLSym }; global() enum