Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScope.h295 void setEntity(DeclContext *E) { Entity = E; } in setEntity() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp1034 S->setEntity(DC); in PushDeclContext()
1073 S->setEntity(DC); in EnterDeclaratorContext()
1102 S->setEntity(CurContext); in ActOnReenterFunctionContext()
H A DSemaDeclCXX.cpp12546 FakeDCScope.setEntity(DC); in ActOnFriendFunctionDecl()