Home
last modified time | relevance | path

Searched refs:handleRuntimeName (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h1063 void handleRuntimeName(Decl *D, const ParsedAttr &AL);
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2105 void SemaObjC::handleRuntimeName(Decl *D, const ParsedAttr &AL) { in handleRuntimeName() function in clang::SemaObjC
H A DSemaDeclAttr.cpp6628 S.ObjC().handleRuntimeName(D, AL); in ProcessDeclAttribute()