Home
last modified time | relevance | path

Searched refs:macroName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp1375 StringRef macroName; member
2514 ( StringRef const& macroName,
2562 StringRef macroName; member
2586 MessageBuilder( StringRef const& macroName,
2615 …Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, Strin…
2661 #define INTERNAL_CATCH_TEST( macroName, resultDisposition, ... ) \ argument
2663 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC…
2675 #define INTERNAL_CATCH_IF( macroName, resultDisposition, ... ) \ argument
2676 INTERNAL_CATCH_TEST( macroName, resultDisposition, __VA_ARGS__ ); \
2680 #define INTERNAL_CATCH_ELSE( macroName, resultDisposition, ... ) \ argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2282 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis() local
2283 if (!macroName.empty()) in DiagnoseOwningPropertyGetterSynthesis()
2284 spelling = macroName; in DiagnoseOwningPropertyGetterSynthesis()