Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangTypeNodesEmitter.cpp123 void TypeNodeEmitter::emitFallbackDefine(StringRef macroName, in emitFallbackDefine()
143 StringRef macroName; in emitNodeInvocations() local
193 void TypeNodeEmitter::addMacroToUndef(StringRef macroName) { in addMacroToUndef()
198 for (auto &macroName : MacrosToUndef) { in emitUndefs() local
H A DClangASTNodesEmitter.cpp44 static std::string macroName(StringRef S) { return S.upper(); } in macroName() function in __anon327c07050111::ClangASTNodesEmitter
/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2291 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis() local