Home
last modified time | relevance | path

Searched refs:ExitScope (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp350 void ExitScope();
4098 Results.ExitScope(); in AddMacroResults()
4111 Results.ExitScope(); in AddPrettyFunctionResults()
4290 Results.ExitScope(); in CodeCompleteModuleImport()
4350 Results.ExitScope(); in CodeCompleteOrdinaryName()
4429 Results.ExitScope(); in CodeCompleteDeclSpec()
4649 Results.ExitScope(); in AddEnumerators()
4757 Results.ExitScope(); in CodeCompleteExpression()
5710 Results.ExitScope(); in CodeCompleteMemberReferenceExpr()
5739 Results.ExitScope(); in CodeCompleteObjCClassPropertyRefExpr()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCSE.cpp137 void ExitScope(MachineBasicBlock *MBB);
507 void MachineCSE::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineCSE
744 ExitScope(Node->getBlock()); in ExitScopeIfDone()
751 ExitScope(Parent->getBlock()); in ExitScopeIfDone()
H A DMachineLICM.cpp237 void ExitScope(MachineBasicBlock *MBB);
688 void MachineLICMBase::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineLICMBase
703 ExitScope(Node->getBlock()); in ExitScopeIfDone()
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalParser.cpp162 P->ExitScope(); in ParseOrWrapTopLevelDecl()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1123 Self->ExitScope(); in Exit()
1149 Self.ExitScope(); in Exit()
1162 void ExitScope();
2957 P.ExitScope(); in ~DeclaratorScopeObj()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp415 void Parser::ExitScope() { in ExitScope() function in Parser
H A DParseOpenMP.cpp4469 ExitScope(); in ParseOpenMPVarList()
H A DParseDecl.cpp2333 P.ExitScope(); in ParseDeclarationAfterDeclaratorAndAttributes()