Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h211 int LookupKind, Scope *S, CXXScopeSpec *SS, in CorrectTypo()
H A DSemaInternal.h93 TypoCorrectionConsumer(Sema & SemaRef,const DeclarationNameInfo & TypoName,Sema::LookupNameKind LookupKind,Scope * S,CXXScopeSpec * SS,std::unique_ptr<CorrectionCandidateCallback> CCC,DeclContext * MemberContext,bool EnteringContext) TypoCorrectionConsumer() argument
H A DLookup.h800 Sema::LookupNameKind LookupKind; global() variable
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp322 int LookupKind, Scope *S, CXXScopeSpec *SS, in CorrectTypo() argument
H A DSemaLookup.cpp5183 makeTypoCorrectionConsumer(const DeclarationNameInfo & TypoName,Sema::LookupNameKind LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT,bool ErrorRecovery) makeTypoCorrectionConsumer() argument
5358 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
5493 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.cpp729 Sema::LookupNameKind LookupKind; LookupMemberExprInRecord() member
H A DSemaDeclObjC.cpp1364 Sema::LookupNameKind LookupKind; member in __anon19cdc7dd0311::ObjCTypeArgOrProtocolValidatorCCC
H A DSemaTemplate.cpp631 LookupNameKind LookupKind; diagnoseExprIntendedAsTemplateName() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h546 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
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h157 enum class LookupKind { Static, DLSym }; enum