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

  /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());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 1556 CurrentSourceLocExprScope CurSourceLocExprScope;
1585 SourceLocScope(E, CGF.CurSourceLocExprScope) {
1603 : SourceLocExprScopeGuard(E, CGF.CurSourceLocExprScope) {}

Completed in 42 milliseconds