Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp99 isFunctionLike() != Other.isFunctionLike() || in isIdenticalTo()
H A DMacroArgs.cpp26 assert(MI->isFunctionLike() && in create()
H A DTokenLexer.cpp84 if (Macro->isFunctionLike() && Macro->getNumParams()) in Init()
H A DPPMacroExpansion.cpp491 if (MI->isFunctionLike()) { in HandleMacroExpandedIdentifier()
604 if (NewMI != MI || MI->isFunctionLike()) in HandleMacroExpandedIdentifier()
H A DPreprocessor.cpp812 if (!MI->isFunctionLike() || isNextPPTokenLParen()) in HandleIdentifier()
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DMacroUsageCheck.cpp95 else if (Info->isFunctionLike()) in warnMacro()
/llvm-project/flang/include/flang/Parser/
H A Dpreprocessor.h42 bool isFunctionLike() const { return isFunctionLike_; } in isFunctionLike() function
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMacroRepeatedSideEffectsCheck.cpp148 if (M != nullptr && M->isFunctionLike()) in countArgumentExpansions()
/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp27 if (MI.isFunctionLike()) { in writeMacroDefinition()
/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h201 bool isFunctionLike() const { return IsFunctionLike; } in isFunctionLike() function
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseTrailingReturnTypeCheck.cpp243 if (!MI || MI->isFunctionLike()) { in classifyTokensBeforeFunctionName()
H A DMacroToEnumCheck.cpp353 if (Info->isFunctionLike()) { in MacroDefined()
/llvm-project/flang/lib/Parser/
H A Dpreprocessor.cpp399 if (!def->isFunctionLike()) { in MacroReplacement()
847 return it != definitions_.end() && it->second.isFunctionLike(); in SkipDisabledConditionalCode()
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp537 if (macro_info->isFunctionLike()) { in ForEachMacro()
/llvm-project/clang/unittests/Lex/
H A DLexerTest.cpp449 EXPECT_TRUE(MI->isFunctionLike()); in TEST_F()
/llvm-project/flang/include/flang/Lower/
H A DPFTBuilder.h188 static constexpr bool isFunctionLike{common::HasMember<
/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp38 if (MI.isFunctionLike()) { in PrintMacroDefinition()
/llvm-project/clang-tools-extra/modularize/
H A DPreprocessorTracker.cpp385 if (MI->isFunctionLike()) { in getMacroUnexpandedString()
/llvm-project/flang/lib/Lower/
H A DPFTBuilder.cpp89 if constexpr (lower::pft::isFunctionLike<A>) { in Pre()
207 if constexpr (lower::pft::isFunctionLike<A>) { in Post()
/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1348 if (MI->isFunctionLike()) { in getFragmentsForMacro()
/llvm-project/clang-tools-extra/clangd/
H A DCodeComplete.cpp178 return Res.MacroDefInfo && Res.MacroDefInfo->isFunctionLike() in toCompletionItemKind()
/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4035 static bool isFunctionLike(const Type &T) { in AddAlignedAttr()
4047 if (!isFunctionLike(*T)) { in AddAlignedAttr()
3754 static bool isFunctionLike(const Type &T) { isFunctionLike() function
H A DSemaCodeComplete.cpp3532 if (!MI || !MI->isFunctionLike()) in extractFunctorCallOperator()
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp4496 return MI->isFunctionLike(); in evaluateExpr()