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

/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp99 void EnterScope(MachineBasicBlock *MBB);
381 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { function in class:MachineCSE
586 EnterScope(MBB);
H A DMachineLICM.cpp223 void EnterScope(MachineBasicBlock *MBB);
650 void MachineLICM::EnterScope(MachineBasicBlock *MBB) { function in class:MachineLICM
754 EnterScope(MBB);
/external/clang/lib/Parse/
H A DParser.cpp307 /// EnterScope - Start a new scope.
308 void Parser::EnterScope(unsigned ScopeFlags) { function in class:Parser
409 EnterScope(Scope::DeclScope);
H A DParseDecl.cpp760 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();
1438 EnterScope(0);
1471 EnterScope(0);
1505 EnterScope(0);
759 ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D, bool EnterScope, bool OnDefinition) argument
775 ParseLexedAttribute(LateParsedAttribute &LA, bool EnterScope, bool OnDefinition) argument
/external/v8/tools/gcmole/
H A Dgcmole.cc153 EnterScope(name);
166 void EnterScope(const MangledName& name) { function in class:__anon11582::CalleesPrinter

Completed in 100 milliseconds