Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp346 void ExitScope();
1392 void ResultBuilder::ExitScope() { in ExitScope() function in ResultBuilder
3976 Results.ExitScope(); in AddMacroResults()
3989 Results.ExitScope(); in AddPrettyFunctionResults()
4168 Results.ExitScope(); in CodeCompleteModuleImport()
4228 Results.ExitScope(); in CodeCompleteOrdinaryName()
4307 Results.ExitScope(); in CodeCompleteDeclSpec()
4375 Results.ExitScope(); in AddEnumerators()
4483 Results.ExitScope(); in CodeCompleteExpression()
5429 Results.ExitScope(); in CodeCompleteMemberReferenceExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCSE.cpp133 void ExitScope(MachineBasicBlock *MBB);
503 void MachineCSE::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineCSE
743 ExitScope(Node->getBlock()); in ExitScopeIfDone()
750 ExitScope(Parent->getBlock()); in ExitScopeIfDone()
H A DMachineLICM.cpp235 void ExitScope(MachineBasicBlock *MBB);
669 void MachineLICMBase::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineLICMBase
684 ExitScope(Node->getBlock()); in ExitScopeIfDone()
691 ExitScope(Parent->getBlock()); in ExitScopeIfDone()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1106 Self->ExitScope(); in Exit()
1132 Self.ExitScope(); in Exit()
1145 void ExitScope();
2945 P.ExitScope(); in ~DeclaratorScopeObj()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp414 void Parser::ExitScope() { in ExitScope() function in Parser
H A DParseOpenMP.cpp4005 ExitScope(); in ParseOpenMPVarList()
H A DParseDecl.cpp2237 P.ExitScope(); in ParseDeclarationAfterDeclaratorAndAttributes()