Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h1444 void setObjCForDecl(bool FRD) { in setObjCForDecl() function
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp2173 VD->setObjCForDecl(true); in ParseDeclGroup()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5213 NewVar->setObjCForDecl(OldVar->isObjCForDecl()); in BuildVariableInstantiation()