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 96 void EnterScope(MachineBasicBlock *MBB);
420 void MachineCSE::EnterScope(MachineBasicBlock *MBB) {
645 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 654 Self->EnterScope(ScopeFlags);
673 /// EnterScope - Start a new scope.
674 void EnterScope(unsigned ScopeFlags);
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 906 bool EnterScope, bool OnDefinition) {
912 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition);
925 bool EnterScope, bool OnDefinition) {
958 bool HasTemplateScope = EnterScope && D->isTemplateDecl();
    [all...]
Parser.cpp 342 /// EnterScope - Start a new scope.
343 void Parser::EnterScope(unsigned ScopeFlags) {
447 EnterScope(Scope::DeclScope);
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 153 EnterScope(name);
166 void EnterScope(const MangledName& name) {
    [all...]

Completed in 91 milliseconds