OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckEquivalentExceptionSpec
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp
287
bool Sema::
CheckEquivalentExceptionSpec
(FunctionDecl *Old, FunctionDecl *New) {
481
///
CheckEquivalentExceptionSpec
- Check if the two types have equivalent
485
bool Sema::
CheckEquivalentExceptionSpec
(
504
///
CheckEquivalentExceptionSpec
- Check if the two types have compatible
661
bool Sema::
CheckEquivalentExceptionSpec
(const PartialDiagnostic &DiagID,
876
return S.
CheckEquivalentExceptionSpec
(DiagID, NoteID, TFunc, TargetLoc,
SemaDecl.cpp
3490
if (
CheckEquivalentExceptionSpec
(Old, New))
3672
//
CheckEquivalentExceptionSpec
, and we don't want follow-on diagnostics
10331
if (
CheckEquivalentExceptionSpec
(
SemaDeclCXX.cpp
1576
if (
CheckEquivalentExceptionSpec
(
8682
CheckEquivalentExceptionSpec
(Check.second, Check.first);
SemaTemplate.cpp
10243
bool Result =
CheckEquivalentExceptionSpec
(
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
1996
bool
CheckEquivalentExceptionSpec
(FunctionDecl *Old, FunctionDecl *New);
1997
bool
CheckEquivalentExceptionSpec
(
2000
bool
CheckEquivalentExceptionSpec
(
Completed in 79 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026