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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 1556 CurrentSourceLocExprScope CurSourceLocExprScope;
1585 SourceLocScope(E, CGF.CurSourceLocExprScope) {
1603 : SourceLocExprScopeGuard(E, CGF.CurSourceLocExprScope) {}
CGExprScalar.cpp 640 SLE->EvaluateInContext(Ctx, CGF.CurSourceLocExprScope.getDefaultExpr());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 540 CurrentSourceLocExprScope CurSourceLocExprScope;
7370 SourceLocExprScopeGuard Guard(E, Info.CurrentCall->CurSourceLocExprScope);
7378 SourceLocExprScopeGuard Guard(E, Info.CurrentCall->CurSourceLocExprScope);
8667 Info.Ctx, Info.CurrentCall->CurSourceLocExprScope.getDefaultExpr());
10818 Info.Ctx, Info.CurrentCall->CurSourceLocExprScope.getDefaultExpr());

Completed in 48 milliseconds