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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineCSE.cpp 133 void ExitScope(MachineBasicBlock *MBB);
503 void MachineCSE::ExitScope(MachineBasicBlock *MBB) {
743 ExitScope(Node->getBlock());
750 ExitScope(Parent->getBlock());
MachineLICM.cpp 235 void ExitScope(MachineBasicBlock *MBB);
669 void MachineLICMBase::ExitScope(MachineBasicBlock *MBB) {
684 ExitScope(Node->getBlock());
691 ExitScope(Parent->getBlock());
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 413 /// ExitScope - Pop a scope off the scope stack.
414 void Parser::ExitScope() {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 346 void ExitScope();
1392 void ResultBuilder::ExitScope() {
3976 Results.ExitScope();
3989 Results.ExitScope();
4168 Results.ExitScope();
4228 Results.ExitScope();
4307 Results.ExitScope();
4375 Results.ExitScope();
4483 Results.ExitScope();
5429 Results.ExitScope();
    [all...]

Completed in 27 milliseconds