Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp351 void ExitScope();
1427 void ResultBuilder::ExitScope() { in ExitScope() function in ResultBuilder
4133 Results.ExitScope(); in AddMacroResults()
4146 Results.ExitScope(); in AddPrettyFunctionResults()
4325 Results.ExitScope(); in CodeCompleteModuleImport()
4385 Results.ExitScope(); in CodeCompleteOrdinaryName()
4464 Results.ExitScope(); in CodeCompleteDeclSpec()
4685 Results.ExitScope(); in AddEnumerators()
4793 Results.ExitScope(); in CodeCompleteExpression()
5761 Results.ExitScope(); in CodeCompleteMemberReferenceExpr()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCSE.cpp142 void ExitScope(MachineBasicBlock *MBB);
523 void MachineCSE::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineCSE
759 ExitScope(Node->getBlock()); in ExitScopeIfDone()
766 ExitScope(Parent->getBlock()); in ExitScopeIfDone()
H A DMachineLICM.cpp237 void ExitScope(MachineBasicBlock *MBB);
687 void MachineLICMBase::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineLICMBase
702 ExitScope(Node->getBlock()); in ExitScopeIfDone()
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DIncrementalParser.cpp165 P->ExitScope(); in ParseOrWrapTopLevelDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1141 Self->ExitScope(); in Exit()
1167 Self.ExitScope(); in Exit()
1180 void ExitScope();
3046 P.ExitScope(); in ~DeclaratorScopeObj()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp415 void Parser::ExitScope() { in ExitScope() function in Parser
H A DParseOpenMP.cpp4642 ExitScope(); in ParseOpenMPVarList()
H A DParseDecl.cpp2352 P.ExitScope(); in ParseDeclarationAfterDeclaratorAndAttributes()