Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp346 void ExitScope();
3979 Results.ExitScope(); in AddMacroResults()
3992 Results.ExitScope(); in AddPrettyFunctionResults()
4171 Results.ExitScope(); in CodeCompleteModuleImport()
4231 Results.ExitScope(); in CodeCompleteOrdinaryName()
4310 Results.ExitScope(); in CodeCompleteDeclSpec()
4378 Results.ExitScope(); in AddEnumerators()
4486 Results.ExitScope(); in CodeCompleteExpression()
5432 Results.ExitScope(); in CodeCompleteMemberReferenceExpr()
5461 Results.ExitScope(); in CodeCompleteObjCClassPropertyRefExpr()
[all …]
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp157 P->ExitScope(); in ParseOrWrapTopLevelDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1107 Self->ExitScope(); in Exit()
1133 Self.ExitScope(); in Exit()
1146 void ExitScope();
2973 P.ExitScope(); in ~DeclaratorScopeObj()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp415 void Parser::ExitScope() { in ExitScope() function in Parser
H A DParseOpenMP.cpp4014 ExitScope(); in ParseOpenMPVarList()
H A DParseDecl.cpp2244 P.ExitScope(); in ParseDeclarationAfterDeclaratorAndAttributes()