Home
last modified time | relevance | path

Searched defs:Selectors (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp120 const SelectorDescriptor Selectors[] = { in initializeSelectors() local
139 const SelectorDescriptor Selectors[] = { in initializeSelectors() local
146 const SelectorDescriptor Selectors[] = { in initializeSelectors() local
154 const SelectorDescriptor Selectors[] = { in initializeSelectors() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp7645 AddObjCMethods(ObjCContainerDecl * Container,bool WantInstanceMethods,ObjCMethodKind WantKind,ArrayRef<const IdentifierInfo * > SelIdents,DeclContext * CurContext,VisitedSelectorSet & Selectors,bool AllowSameLength,ResultBuilder & Results,bool InOriginalClass=true,bool IsRootClass=false) AddObjCMethods() argument
7750 VisitedSelectorSet Selectors; CodeCompleteObjCPropertyGetter() local
7779 VisitedSelectorSet Selectors; CodeCompleteObjCPropertySetter() local
8226 VisitedSelectorSet Selectors; AddClassMessageCompletions() local
8369 VisitedSelectorSet Selectors; CodeCompleteObjCInstanceMessage() local
9055 SelectorTable &Selectors = Context.Selectors; AddObjCKeyValueCompletions() local
[all...]
/llvm-project/clang/include/clang/AST/
H A DASTContext.h657 SelectorTable &Selectors; global() variable
H A DOpenMPClause.h8917 llvm::SmallVector<OMPTraitSelector, 2> Selectors; global() member
/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h270 SelectorTable Selectors; global() variable