Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp375 void ExitScope();
1492 void ResultBuilder::ExitScope() { in ExitScope() function in ResultBuilder
4218 Results.ExitScope(); in AddMacroResults()
4231 Results.ExitScope(); in AddPrettyFunctionResults()
4410 Results.ExitScope(); in CodeCompleteModuleImport()
4472 Results.ExitScope(); in CodeCompleteOrdinaryName()
4553 Results.ExitScope(); in CodeCompleteDeclSpec()
4777 Results.ExitScope(); in AddEnumerators()
4885 Results.ExitScope(); in CodeCompleteExpression()
5869 Results.ExitScope(); in CodeCompleteMemberReferenceExpr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp145 void ExitScope(MachineBasicBlock *MBB);
525 void MachineCSE::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineCSE
761 ExitScope(Node->getBlock()); in ExitScopeIfDone()
768 ExitScope(Parent->getBlock()); in ExitScopeIfDone()
H A DMachineLICM.cpp257 void ExitScope(MachineBasicBlock *MBB);
771 void MachineLICMBase::ExitScope(MachineBasicBlock *MBB) { in ExitScope() function in MachineLICMBase
786 ExitScope(Node->getBlock()); in ExitScopeIfDone()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp262 P->ExitScope(); in ParseOrWrapTopLevelDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1197 Self->ExitScope(); in Exit()
1223 Self.ExitScope(); in Exit()
1236 void ExitScope();
3192 P.ExitScope(); in ~DeclaratorScopeObj()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp431 void Parser::ExitScope() { in ExitScope() function in Parser
H A DParseOpenMP.cpp4817 ExitScope(); in ParseOpenMPVarList()
H A DParseDecl.cpp2684 P.ExitScope(); in ParseDeclarationAfterDeclaratorAndAttributes()