Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp314 void ExitScope();
3501 Results.ExitScope(); in AddMacroResults()
3514 Results.ExitScope(); in AddPrettyFunctionResults()
3693 Results.ExitScope(); in CodeCompleteModuleImport()
3752 Results.ExitScope(); in CodeCompleteOrdinaryName()
3831 Results.ExitScope(); in CodeCompleteDeclSpec()
3902 Results.ExitScope(); in CodeCompleteExpression()
4339 Results.ExitScope(); in CodeCompleteMemberReferenceExpr()
4368 Results.ExitScope(); in CodeCompleteObjCClassPropertyRefExpr()
4444 Results.ExitScope(); in CodeCompleteTypeQualifiers()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp123 void ExitScope(MachineBasicBlock *MBB);
482 void MachineCSE::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineCSE
702 ExitScope(Node->getBlock()); in ExitScopeIfDone()
709 ExitScope(Parent->getBlock()); in ExitScopeIfDone()
H A DMachineLICM.cpp212 void ExitScope(MachineBasicBlock *MBB);
641 void MachineLICMBase::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineLICMBase
656 ExitScope(Node->getBlock()); in ExitScopeIfDone()
663 ExitScope(Parent->getBlock()); in ExitScopeIfDone()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h983 Self->ExitScope(); in Exit()
997 void ExitScope();
2592 P.ExitScope(); in ~DeclaratorScopeObj()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp370 void Parser::ExitScope() { in ExitScope() function in Parser
H A DParseDecl.cpp2186 P.ExitScope(); in ParseDeclarationAfterDeclaratorAndAttributes()