/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 314 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/ |
D | MachineCSE.cpp | 101 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()
|
D | MachineLICM.cpp | 197 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/ |
D | SemaCodeComplete.cpp | 346 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/ |
D | MachineCSE.cpp | 132 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()
|
D | MachineLICM.cpp | 239 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/ |
D | MachineCSE.cpp | 133 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()
|
D | MachineLICM.cpp | 240 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/ |
D | Parser.h | 1103 Self->ExitScope(); in Exit() 1129 Self.ExitScope(); in Exit() 1142 void ExitScope(); 2872 P.ExitScope(); in ~DeclaratorScopeObj()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 816 Self->ExitScope(); in Exit() 830 void ExitScope(); 2322 P.ExitScope(); in ~DeclaratorScopeObj()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 2072 ExitScope(); in ParseDeclarationAfterDeclaratorAndAttributes() 2110 ExitScope(); in ParseDeclarationAfterDeclaratorAndAttributes() 2121 ExitScope(); in ParseDeclarationAfterDeclaratorAndAttributes() 2144 ExitScope(); in ParseDeclarationAfterDeclaratorAndAttributes()
|
D | Parser.cpp | 384 void Parser::ExitScope() { in ExitScope() function in Parser
|
/external/llvm-project/clang/lib/Parse/ |
D | Parser.cpp | 414 void Parser::ExitScope() { in ExitScope() function in Parser
|
D | ParseOpenMP.cpp | 3654 ExitScope(); in ParseOpenMPVarList()
|
D | ParseDecl.cpp | 2190 P.ExitScope(); in ParseDeclarationAfterDeclaratorAndAttributes()
|