Home
last modified time | relevance | path

Searched refs:isFunctionLike (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/lib/Lex/
DMacroInfo.cpp79 isFunctionLike() != Other.isFunctionLike() || in isIdenticalTo()
DMacroArgs.cpp28 assert(MI->isFunctionLike() && in create()
DTokenLexer.cpp70 if (Macro->isFunctionLike() && Macro->getNumArgs()) in Init()
DPreprocessor.cpp666 if (!MI->isFunctionLike() || isNextPPTokenLParen()) in HandleIdentifier()
DPPMacroExpansion.cpp447 if (MI->isFunctionLike()) { in HandleMacroExpandedIdentifier()
558 if (NewMI != MI || MI->isFunctionLike()) in HandleMacroExpandedIdentifier()
/external/llvm-project/clang/lib/Lex/
DMacroInfo.cpp81 isFunctionLike() != Other.isFunctionLike() || in isIdenticalTo()
DMacroArgs.cpp27 assert(MI->isFunctionLike() && in create()
DPPMacroExpansion.cpp498 if (MI->isFunctionLike()) { in HandleMacroExpandedIdentifier()
611 if (NewMI != MI || MI->isFunctionLike()) in HandleMacroExpandedIdentifier()
DTokenLexer.cpp83 if (Macro->isFunctionLike() && Macro->getNumParams()) in Init()
DPreprocessor.cpp837 if (!MI->isFunctionLike() || isNextPPTokenLParen()) in HandleIdentifier()
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DMacroUsageCheck.cpp90 else if (MD->getMacroInfo()->isFunctionLike()) in warnMacro()
/external/llvm-project/flang/lib/Parser/
Dpreprocessor.h41 bool isFunctionLike() const { return isFunctionLike_; } in isFunctionLike() function
Dpreprocessor.cpp289 if (!def.isFunctionLike()) { in MacroReplacement()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMacroRepeatedSideEffectsCheck.cpp151 if (M != nullptr && M->isFunctionLike()) in countArgumentExpansions()
/external/llvm-project/clang/lib/CodeGen/
DMacroPPCallbacks.cpp27 if (MI.isFunctionLike()) { in writeMacroDefinition()
/external/llvm-project/clang/include/clang/Lex/
DMacroInfo.h199 bool isFunctionLike() const { return IsFunctionLike; } in isFunctionLike() function
/external/clang/include/clang/Lex/
DMacroInfo.h196 bool isFunctionLike() const { return IsFunctionLike; } in isFunctionLike() function
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseTrailingReturnTypeCheck.cpp235 if (!MI || MI->isFunctionLike()) { in classifyTokensBeforeFunctionName()
/external/llvm-project/flang/include/flang/Lower/
DPFTBuilder.h166 static constexpr bool isFunctionLike{common::HasMember<
/external/llvm-project/clang/unittests/Lex/
DLexerTest.cpp387 EXPECT_TRUE(MI->isFunctionLike()); in TEST_F()
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp39 if (MI.isFunctionLike()) { in PrintMacroDefinition()
/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp78 if constexpr (lower::pft::isFunctionLike<A>) { in Pre()
106 if constexpr (lower::pft::isFunctionLike<A>) { in Post()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp499 if (macro_info->isFunctionLike()) { in ForEachMacro()
/external/llvm-project/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp38 if (MI.isFunctionLike()) { in PrintMacroDefinition()
/external/llvm-project/clang-tools-extra/modularize/
DPreprocessorTracker.cpp385 if (MI->isFunctionLike()) { in getMacroUnexpandedString()

12