Searched defs:macroName (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 1375 StringRef macroName; member 2562 StringRef macroName; member 2661 #define INTERNAL_CATCH_TEST( macroName, resultDisposition, ... ) \ argument 2675 #define INTERNAL_CATCH_IF( macroName, resultDisposition, ... ) \ argument 2680 #define INTERNAL_CATCH_ELSE( macroName, resultDisposition, ... ) \ argument 2685 #define INTERNAL_CATCH_NO_THROW( macroName, resultDisposition, ... ) \ argument 2699 #define INTERNAL_CATCH_THROWS( macroName, resultDisposition, ... ) \ argument 2716 #define INTERNAL_CATCH_THROWS_AS( macroName, exceptionType, resultDisposition, expr ) \ argument 2736 #define INTERNAL_CATCH_MSG( macroName, messageType, resultDisposition, ... ) \ argument 2744 #define INTERNAL_CATCH_CAPTURE( varName, macroName, ... ) \ argument [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 2282 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis() local
|