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

  /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...]
  /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/include/clang/Parse/
Parser.h 1106 Self->ExitScope();
1132 Self.ExitScope();
1144 /// ExitScope - Pop a scope off the scope stack.
1145 void ExitScope();
2945 P.ExitScope();
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 413 /// ExitScope - Pop a scope off the scope stack.
414 void Parser::ExitScope() {
ParseOpenMP.cpp 4005 ExitScope();
ParseDecl.cpp 2237 P.ExitScope();

Completed in 39 milliseconds