Searched refs:diagnoseLanguageConstruct (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaFunctionEffects.cpp | 1017 void diagnoseLanguageConstruct(FunctionEffect::FlagBit Flag, in diagnoseLanguageConstruct() function 1125 diagnoseLanguageConstruct(FunctionEffect::FE_ExcludeThrow, in VisitCXXThrowExpr() 1132 diagnoseLanguageConstruct(FunctionEffect::FE_ExcludeCatch, in VisitCXXCatchStmt() 1139 diagnoseLanguageConstruct(FunctionEffect::FE_ExcludeThrow, in VisitObjCAtThrowStmt() 1146 diagnoseLanguageConstruct(FunctionEffect::FE_ExcludeCatch, in VisitObjCAtCatchStmt() 1153 diagnoseLanguageConstruct(FunctionEffect::FE_ExcludeCatch, in VisitObjCAtFinallyStmt() 1160 diagnoseLanguageConstruct(FunctionEffect::FE_ExcludeObjCMessageSend, in VisitObjCMessageExpr() 1170 diagnoseLanguageConstruct(FunctionEffect::FE_ExcludeObjCMessageSend, in VisitObjCAutoreleasePoolStmt() 1180 diagnoseLanguageConstruct(FunctionEffect::FE_ExcludeObjCMessageSend, in VisitObjCAtSynchronizedStmt() 1187 diagnoseLanguageConstruct(FunctionEffect::FE_ExcludeCatch, in VisitSEHExceptStmt() [all …]
|