Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h326 void setEntity(DeclContext *E) { Entity = E; } in setEntity() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp1213 S->setEntity(DC); in PushDeclContext()
1233 S->setEntity(CurContext->getLookupParent()); in ActOnTagStartSkippedDefinition()
1270 S->setEntity(DC); in EnterDeclaratorContext()
1298 S->setEntity(CurContext); in ActOnReenterFunctionContext()
H A DSemaDeclCXX.cpp14504 FakeDCScope.setEntity(DC); in ActOnFriendFunctionDecl()