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

  /external/clang/lib/Sema/
SemaCodeComplete.cpp 315 void ExitScope();
    [all...]
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 97 void ExitScope(MachineBasicBlock *MBB);
426 void MachineCSE::ExitScope(MachineBasicBlock *MBB) {
607 ExitScope(Node->getBlock());
614 ExitScope(Parent->getBlock());
MachineLICM.cpp 225 void ExitScope(MachineBasicBlock *MBB);
657 void MachineLICM::ExitScope(MachineBasicBlock *MBB) {
672 ExitScope(Node->getBlock());
679 ExitScope(Parent->getBlock());
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 663 Self->ExitScope();
676 /// ExitScope - Pop a scope off the scope stack.
677 void ExitScope();
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
Parser.cpp 353 /// ExitScope - Pop a scope off the scope stack.
354 void Parser::ExitScope() {
    [all...]

Completed in 813 milliseconds