Home
last modified time | relevance | path

Searched refs:StackHandler (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp281 StackHandler(Diags), CurScope(nullptr), Ident_super(nullptr), in Sema()
631 StackHandler.runWithSufficientStackSpace(Loc, Fn); in runWithSufficientStackSpace()
H A DSemaTemplateInstantiate.cpp843 StackHandler.warnOnStackNearlyExhausted(Ctx.PointOfInstantiation); in pushCodeSynthesisContext()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h384 StackExhaustionHandler StackHandler; variable
H A DCodeGenModule.cpp410 VMContext(M.getContext()), VTables(*this), StackHandler(diags), in CodeGenModule()
1734 StackHandler.runWithSufficientStackSpace(Loc, Fn); in runWithSufficientStackSpace()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h481 StackExhaustionHandler StackHandler; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp960 StackHandler.runWithSufficientStackSpace(Tok.getLocation(), [&, this]() { in ParseCompoundStatement()
H A DParser.cpp59 Actions(actions), Diags(PP.getDiagnostics()), StackHandler(Diags), in Parser()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h547 StackExhaustionHandler StackHandler; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10127 StackHandler.runWithSufficientStackSpace(Loc, Fn); in runWithSufficientStackSpace()
11005 StackHandler(Diags), PP(PP), ContextObj(Context), in ASTReader()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1553 StackExhaustionHandler StackHandler; variable