Home
last modified time | relevance | path

Searched defs:macroName (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangTypeNodesEmitter.cpp126 void TypeNodeEmitter::emitFallbackDefine(StringRef macroName, in emitFallbackDefine()
146 StringRef macroName; in emitNodeInvocations() local
196 void TypeNodeEmitter::addMacroToUndef(StringRef macroName) { in addMacroToUndef()
201 for (auto &macroName : MacrosToUndef) { in emitUndefs() local
H A DClangASTNodesEmitter.cpp45 static std::string macroName(std::string S) { in macroName() function in __anonf59e6cd70111::ClangASTNodesEmitter
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp1375 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 DSemaObjCProperty.cpp2299 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); DiagnoseOwningPropertyGetterSynthesis() local