Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp122 const SelectorDescriptor Selectors[] = { in initializeSelectors() local
141 const SelectorDescriptor Selectors[] = { in initializeSelectors() local
148 const SelectorDescriptor Selectors[] = { in initializeSelectors() local
156 const SelectorDescriptor Selectors[] = { in initializeSelectors() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp6945 VisitedSelectorSet &Selectors, bool AllowSameLength, in AddObjCMethods()
7049 VisitedSelectorSet Selectors; in CodeCompleteObjCPropertyGetter() local
7075 VisitedSelectorSet Selectors; in CodeCompleteObjCPropertySetter() local
7515 VisitedSelectorSet Selectors; in AddClassMessageCompletions() local
7657 VisitedSelectorSet Selectors; in CodeCompleteObjCInstanceMessage() local
8310 SelectorTable &Selectors = Context.Selectors; in AddObjCKeyValueCompletions() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h243 SelectorTable Selectors; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h613 SelectorTable &Selectors; variable
H A DOpenMPClause.h8373 llvm::SmallVector<OMPTraitSelector, 2> Selectors; member