Searched refs:ExitScope (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp346 void ExitScope();
1363 void ResultBuilder::ExitScope() { function in class:ResultBuilder
3918 Results.ExitScope();
3931 Results.ExitScope();
4110 Results.ExitScope();
4170 Results.ExitScope();
4249 Results.ExitScope();
4317 Results.ExitScope();
4425 Results.ExitScope();
5279 Results.ExitScope();
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp132 void ExitScope(MachineBasicBlock *MBB);
503 void MachineCSE::ExitScope(MachineBasicBlock *MBB) { function in class:MachineCSE
726 ExitScope(Node->getBlock());
733 ExitScope(Parent->getBlock());
H A DMachineLICM.cpp239 void ExitScope(MachineBasicBlock *MBB);
681 void MachineLICMBase::ExitScope(MachineBasicBlock *MBB) { function in class:MachineLICMBase
696 ExitScope(Node->getBlock());
703 ExitScope(Parent->getBlock());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1084 Self->ExitScope();
1110 Self.ExitScope();
1122 /// ExitScope - Pop a scope off the scope stack.
1123 void ExitScope();
2849 P.ExitScope();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp381 /// ExitScope - Pop a scope off the scope stack.
382 void Parser::ExitScope() { function in class:Parser
H A DParseOpenMP.cpp3549 ExitScope();
H A DParseDecl.cpp2138 P.ExitScope();

Completed in 222 milliseconds