HomeSort by relevance Sort by last modified time
    Searched refs:EnterScope (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
MachineCSE.cpp 99 void EnterScope(MachineBasicBlock *MBB);
381 void MachineCSE::EnterScope(MachineBasicBlock *MBB) {
586 EnterScope(MBB);
MachineLICM.cpp 223 void EnterScope(MachineBasicBlock *MBB);
650 void MachineLICM::EnterScope(MachineBasicBlock *MBB) {
754 EnterScope(MBB);
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 668 Self->EnterScope(ScopeFlags);
687 /// EnterScope - Start a new scope.
688 void EnterScope(unsigned ScopeFlags);
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 760 bool EnterScope, bool OnDefinition) {
763 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition);
776 bool EnterScope, bool OnDefinition) {
799 bool HasTemplateScope = EnterScope && D->isTemplateDecl();
805 bool HasFunctionScope = EnterScope && D->isFunctionOrFunctionTemplate();
    [all...]
Parser.cpp 307 /// EnterScope - Start a new scope.
308 void Parser::EnterScope(unsigned ScopeFlags) {
409 EnterScope(Scope::DeclScope);
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 153 EnterScope(name);
166 void EnterScope(const MangledName& name) {
    [all...]

Completed in 463 milliseconds