Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp372 void ExitScope();
4213 Results.ExitScope(); in AddMacroResults()
4226 Results.ExitScope(); in AddPrettyFunctionResults()
4404 Results.ExitScope(); in CodeCompleteModuleImport()
4465 Results.ExitScope(); in CodeCompleteOrdinaryName()
4545 Results.ExitScope(); in CodeCompleteDeclSpec()
4766 Results.ExitScope(); in AddEnumerators()
4874 Results.ExitScope(); in CodeCompleteExpression()
5842 Results.ExitScope(); in CodeCompleteMemberReferenceExpr()
5871 Results.ExitScope(); in CodeCompleteObjCClassPropertyRefExpr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp145 void ExitScope(MachineBasicBlock *MBB);
525 void MachineCSE::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineCSE
761 ExitScope(Node->getBlock()); in ExitScopeIfDone()
768 ExitScope(Parent->getBlock()); in ExitScopeIfDone()
H A DMachineLICM.cpp257 void ExitScope(MachineBasicBlock *MBB);
702 void MachineLICMBase::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineLICMBase
717 ExitScope(Node->getBlock()); in ExitScopeIfDone()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp262 P->ExitScope(); in ParseOrWrapTopLevelDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1161 Self->ExitScope(); in Exit()
1187 Self.ExitScope(); in Exit()
1200 void ExitScope();
3110 P.ExitScope(); in ~DeclaratorScopeObj()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp430 void Parser::ExitScope() { in ExitScope() function in Parser
H A DParseOpenMP.cpp4872 ExitScope(); in ParseOpenMPVarList()
H A DParseDecl.cpp2491 P.ExitScope(); in ParseDeclarationAfterDeclaratorAndAttributes()