HomeSort by: relevance | last modified time | path
    Searched refs:runWithSufficientStackSpace (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Stack.h 40 inline void runWithSufficientStackSpace(llvm::function_ref<void()> Diag,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 3105 runWithSufficientStackSpace(Info.getLocation(), [&] {
3155 runWithSufficientStackSpace(Info.getLocation(), [&] {
4111 runWithSufficientStackSpace(Info.getLocation(), [&] {
4218 runWithSufficientStackSpace(Info.getLocation(), [&] {
4313 runWithSufficientStackSpace(Info.getLocation(), [&] {
4361 runWithSufficientStackSpace(Info.getLocation(), [&] {
4524 runWithSufficientStackSpace(Info.getLocation(), [&] {
5003 runWithSufficientStackSpace(Loc, [&] {
5032 runWithSufficientStackSpace(Loc, [&] {
5481 S.runWithSufficientStackSpace(Info.getLocation(), [&]
    [all...]
SemaLookup.cpp 3099 runWithSufficientStackSpace(RD->getLocation(), [&] {
3125 runWithSufficientStackSpace(RD->getLocation(), [&] {
3133 runWithSufficientStackSpace(RD->getLocation(), [&] {
3138 runWithSufficientStackSpace(RD->getLocation(), [&] {
3145 runWithSufficientStackSpace(RD->getLocation(), [&] {
3150 runWithSufficientStackSpace(RD->getLocation(), [&] {
3310 runWithSufficientStackSpace(Class->getLocation(), [&] {
Sema.cpp 460 void Sema::runWithSufficientStackSpace(SourceLocation Loc,
462 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn);
SemaType.cpp 8284 runWithSufficientStackSpace(PointOfInstantiation, [&] {
8635 runWithSufficientStackSpace(Loc, [&] {
8650 runWithSufficientStackSpace(Loc, [&] {
SemaTemplateInstantiateDecl.cpp 3737 runWithSufficientStackSpace(D->getLocation(), [&] {
4349 runWithSufficientStackSpace(CallLoc, [&] {
SemaInit.cpp 6509 S.runWithSufficientStackSpace(Loc, [&] {
SemaExpr.cpp 16961 runWithSufficientStackSpace(Loc, [&] {
18398 SemaRef.runWithSufficientStackSpace(PointOfInstantiation, [&] {
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1562 void runWithSufficientStackSpace(SourceLocation Loc,

Completed in 87 milliseconds