HomeSort by: relevance | last modified time | path
    Searched defs:DeclScope (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeExprGen.cpp 29 template <class Emitter> class DeclScope final : public LocalScope<Emitter> {
31 DeclScope(ByteCodeExprGen<Emitter> *Ctx, const VarDecl *VD)
39 Program::DeclScope Scope;
491 Program::DeclScope Scope(P, VD);
538 DeclScope<Emitter> LocalScope(this, VD);
552 DeclScope<Emitter> LocalScope(this, VD);
Program.h 114 class DeclScope {
116 DeclScope(Program &P, const VarDecl *VD) : P(P) { P.startDeclaration(VD); }
117 ~DeclScope() { P.endDeclaration(); }
131 friend class DeclScope;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 59 DeclScope = 0x08,
70 /// the FnScope and DeclScope flags set as well.
94 /// It always has FnScope and DeclScope set as well.

Completed in 25 milliseconds