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

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 60 Function *CurFunction;// The currently executing function
69 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {}
Execution.cpp 2126 StackFrame.CurFunction = F;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 2051 FunctionScopeInfo *CurFunction = getCurFunction();
2052 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop");
2054 CurFunction->CompoundScopes.pop_back();

Completed in 21 milliseconds