Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp314 void ExitScope();
1041 void ResultBuilder::ExitScope() { in ExitScope() function in ResultBuilder
3124 Results.ExitScope(); in AddMacroResults()
3138 Results.ExitScope(); in AddPrettyFunctionResults()
3326 Results.ExitScope(); in CodeCompleteModuleImport()
3385 Results.ExitScope(); in CodeCompleteOrdinaryName()
3456 Results.ExitScope(); in CodeCompleteDeclSpec()
3526 Results.ExitScope(); in CodeCompleteExpression()
3760 Results.ExitScope(); in CodeCompleteMemberReferenceExpr()
3834 Results.ExitScope(); in CodeCompleteTypeQualifiers()
[all …]
/external/llvm/lib/CodeGen/
DMachineCSE.cpp101 void ExitScope(MachineBasicBlock *MBB);
442 void MachineCSE::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineCSE
662 ExitScope(Node->getBlock()); in ExitScopeIfDone()
669 ExitScope(Parent->getBlock()); in ExitScopeIfDone()
DMachineLICM.cpp197 void ExitScope(MachineBasicBlock *MBB);
590 void MachineLICM::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineLICM
605 ExitScope(Node->getBlock()); in ExitScopeIfDone()
612 ExitScope(Parent->getBlock()); in ExitScopeIfDone()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp346 void ExitScope();
1363 void ResultBuilder::ExitScope() { in ExitScope() function in ResultBuilder
3922 Results.ExitScope(); in AddMacroResults()
3935 Results.ExitScope(); in AddPrettyFunctionResults()
4114 Results.ExitScope(); in CodeCompleteModuleImport()
4174 Results.ExitScope(); in CodeCompleteOrdinaryName()
4253 Results.ExitScope(); in CodeCompleteDeclSpec()
4321 Results.ExitScope(); in AddEnumerators()
4429 Results.ExitScope(); in CodeCompleteExpression()
5283 Results.ExitScope(); in CodeCompleteMemberReferenceExpr()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCSE.cpp132 void ExitScope(MachineBasicBlock *MBB);
503 void MachineCSE::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineCSE
726 ExitScope(Node->getBlock()); in ExitScopeIfDone()
733 ExitScope(Parent->getBlock()); in ExitScopeIfDone()
DMachineLICM.cpp239 void ExitScope(MachineBasicBlock *MBB);
675 void MachineLICMBase::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineLICMBase
690 ExitScope(Node->getBlock()); in ExitScopeIfDone()
697 ExitScope(Parent->getBlock()); in ExitScopeIfDone()
/external/llvm-project/llvm/lib/CodeGen/
DMachineCSE.cpp133 void ExitScope(MachineBasicBlock *MBB);
503 void MachineCSE::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineCSE
726 ExitScope(Node->getBlock()); in ExitScopeIfDone()
733 ExitScope(Parent->getBlock()); in ExitScopeIfDone()
DMachineLICM.cpp240 void ExitScope(MachineBasicBlock *MBB);
680 void MachineLICMBase::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineLICMBase
695 ExitScope(Node->getBlock()); in ExitScopeIfDone()
702 ExitScope(Parent->getBlock()); in ExitScopeIfDone()
/external/llvm-project/clang/include/clang/Parse/
DParser.h1103 Self->ExitScope(); in Exit()
1129 Self.ExitScope(); in Exit()
1142 void ExitScope();
2872 P.ExitScope(); in ~DeclaratorScopeObj()
/external/clang/include/clang/Parse/
DParser.h816 Self->ExitScope(); in Exit()
830 void ExitScope();
2322 P.ExitScope(); in ~DeclaratorScopeObj()
/external/clang/lib/Parse/
DParseDecl.cpp2072 ExitScope(); in ParseDeclarationAfterDeclaratorAndAttributes()
2110 ExitScope(); in ParseDeclarationAfterDeclaratorAndAttributes()
2121 ExitScope(); in ParseDeclarationAfterDeclaratorAndAttributes()
2144 ExitScope(); in ParseDeclarationAfterDeclaratorAndAttributes()
DParser.cpp384 void Parser::ExitScope() { in ExitScope() function in Parser
/external/llvm-project/clang/lib/Parse/
DParser.cpp414 void Parser::ExitScope() { in ExitScope() function in Parser
DParseOpenMP.cpp3654 ExitScope(); in ParseOpenMPVarList()
DParseDecl.cpp2190 P.ExitScope(); in ParseDeclarationAfterDeclaratorAndAttributes()