Searched defs:macroName (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangTypeNodesEmitter.cpp | 126 void TypeNodeEmitter::emitFallbackDefine(StringRef macroName, in emitFallbackDefine() 146 StringRef macroName; in emitNodeInvocations() local 196 void TypeNodeEmitter::addMacroToUndef(StringRef macroName) { in addMacroToUndef() 201 for (auto ¯oName : MacrosToUndef) { in emitUndefs() local
|
H A D | ClangASTNodesEmitter.cpp | 45 static std::string macroName(std::string S) { in macroName() function in __anonf59e6cd70111::ClangASTNodesEmitter
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 2299 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); DiagnoseOwningPropertyGetterSynthesis() local
|