Searched defs:EnterScope (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp97 void EnterScope(MachineBasicBlock *MBB);
428 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { function in class:MachineCSE
653 EnterScope(MBB);
H A DMachineLICM.cpp224 void EnterScope(MachineBasicBlock *MBB);
654 void MachineLICM::EnterScope(MachineBasicBlock *MBB) { function in class:MachineLICM
758 EnterScope(MBB);
/external/clang/lib/Parse/
H A DParser.cpp351 /// EnterScope - Start a new scope.
352 void Parser::EnterScope(unsigned ScopeFlags) { function in class:Parser
425 EnterScope(Scope::DeclScope);
H A DParseDecl.cpp1041 bool EnterScope, bool OnDefinition) {
1047 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition);
1060 bool EnterScope, bool OnDefinition) {
1085 bool HasTemplateScope = EnterScope && D->isTemplateDecl();
1091 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate();
1822 EnterScope(0);
1872 EnterScope(0);
1908 EnterScope(0);
1040 ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D, bool EnterScope, bool OnDefinition) argument
1059 ParseLexedAttribute(LateParsedAttribute &LA, bool EnterScope, bool OnDefinition) argument
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc152 EnterScope(name);
165 void EnterScope(const MangledName& name) { function in class:__anon17419::CalleesPrinter

Completed in 105 milliseconds