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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp 40 FirstCXXTryLoc = SourceLocation();
SemaStmt.cpp 4532 if (FSI->FirstCXXTryLoc.isValid()) {
4534 Diag(FSI->FirstCXXTryLoc, diag::note_conflicting_try_here) << "'try'";
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 179 SourceLocation FirstCXXTryLoc;
449 FirstCXXTryLoc = TryLoc;

Completed in 21 milliseconds