HomeSort by: relevance | last modified time | path
    Searched refs:PushDeclContext (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp 578 PushDeclContext(S, D);
SemaLambda.cpp 1008 PushDeclContext(CurScope, Method);
Sema.cpp 92 PushDeclContext(S, Context.getTranslationUnitDecl());
SemaStmt.cpp 4707 PushDeclContext(CurScope, CD);
4766 PushDeclContext(CurScope, CD);
SemaDeclObjC.cpp 381 PushDeclContext(FnBodyScope, MDecl);
SemaDecl.cpp 1282 void Sema::PushDeclContext(Scope *S, DeclContext *DC) {
1298 // Unlike PushDeclContext, the context to which we return is not necessarily
1330 // PushDeclContext here because that context is not necessarily
1415 // Same implementation as PushDeclContext, but enters the context
14232 PushDeclContext(FnBodyScope, FD);
16419 PushDeclContext(S, Tag);
SemaDeclCXX.cpp 10152 PushDeclContext(S, Record);
11046 PushDeclContext(NamespcScope, Namespc);
15875 PushDeclContext(S, D);
SemaExprCXX.cpp 8743 PushDeclContext(BodyScope, Body);
SemaOpenMP.cpp 19389 PushDeclContext(S, DRD);
19449 PushDeclContext(S, DRD);
SemaExpr.cpp 15290 PushDeclContext(CurScope, Block);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTemplate.cpp 1658 Actions.PushDeclContext(Actions.getCurScope(), DC);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 3188 void PushDeclContext(Scope *S, DeclContext *DC);

Completed in 161 milliseconds