OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FirstSEHTryLoc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp
41
FirstSEHTryLoc
= SourceLocation();
SemaCoroutine.cpp
1513
if (!S.getLangOpts().Borland && Fn.
FirstSEHTryLoc
.isValid()) {
1514
S.Diag(Fn.
FirstSEHTryLoc
, diag::err_seh_in_a_coroutine_with_cxx_exceptions);
SemaStmt.cpp
4447
if (!getLangOpts().Borland && FSI->
FirstSEHTryLoc
.isValid()) {
4449
Diag(FSI->
FirstSEHTryLoc
, diag::note_conflicting_try_here) << "'__try'";
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h
182
SourceLocation
FirstSEHTryLoc
;
454
FirstSEHTryLoc
= TryLoc;
Completed in 26 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026