Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp101 isFunctionLike() != Other.isFunctionLike() || in isIdenticalTo()
H A DMacroArgs.cpp27 assert(MI->isFunctionLike() && in create()
H A DPPMacroExpansion.cpp507 if (MI->isFunctionLike()) { in HandleMacroExpandedIdentifier()
620 if (NewMI != MI || MI->isFunctionLike()) in HandleMacroExpandedIdentifier()
H A DTokenLexer.cpp85 if (Macro->isFunctionLike() && Macro->getNumParams()) in Init()
H A DPreprocessor.cpp811 if (!MI->isFunctionLike() || isNextPPTokenLParen()) in HandleIdentifier()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp27 if (MI.isFunctionLike()) { in writeMacroDefinition()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h201 bool isFunctionLike() const { return IsFunctionLike; } in isFunctionLike() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp549 if (macro_info->isFunctionLike()) { in ForEachMacro()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp38 if (MI.isFunctionLike()) { in PrintMacroDefinition()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1175 if (MI->isFunctionLike()) { in getFragmentsForMacro()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4224 static bool isFunctionLike(const Type &T) { in isFunctionLike() function
4236 if (!isFunctionLike(*T)) { in handleCalledOnceAttr()
H A DSemaCodeComplete.cpp3399 if (!MI || !MI->isFunctionLike()) in CreateCodeCompletionStringForMacro()