Searched defs:overrides (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Lex/ | ||
H A D | MacroInfo.h | 577 ArrayRef<ModuleMacro *> overrides() const { in overrides() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclObjC.cpp | 4456 for (ObjCMethodDecl *overridden : overrides) { in CheckObjCMethodOverrides() local |
H A D | SemaExprObjC.cpp | 1657 SmallVector<const ObjCMethodDecl *, 4> overrides; findExplicitInstancetypeDeclarer() local |