Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp7645 VisitedSelectorSet &Selectors, bool AllowSameLength, in AddObjCMethods()
7750 VisitedSelectorSet Selectors; in CodeCompleteObjCPropertyGetter() local
7779 VisitedSelectorSet Selectors; in CodeCompleteObjCPropertySetter() local
8226 VisitedSelectorSet Selectors; in AddClassMessageCompletions() local
8369 VisitedSelectorSet Selectors; in CodeCompleteObjCInstanceMessage() local
9055 SelectorTable &Selectors = Context.Selectors; in AddObjCKeyValueCompletions() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h660 SelectorTable &Selectors; variable
H A DOpenMPClause.h8917 llvm::SmallVector<OMPTraitSelector, 2> Selectors; member
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h270 SelectorTable Selectors; variable