Home
last modified time | relevance | path

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

/freebsd/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 DTokenLexer.cpp85 if (Macro->isFunctionLike() && Macro->getNumParams()) in Init()
H A DPPMacroExpansion.cpp508 if (MI->isFunctionLike()) { in HandleMacroExpandedIdentifier()
621 if (NewMI != MI || MI->isFunctionLike()) in HandleMacroExpandedIdentifier()
H A DPreprocessor.cpp815 if (!MI->isFunctionLike() || isNextPPTokenLParen()) in HandleIdentifier()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp27 if (MI.isFunctionLike()) { in writeMacroDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h201 bool isFunctionLike() const { return IsFunctionLike; } in isFunctionLike() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp538 if (macro_info->isFunctionLike()) { in ForEachMacro()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp38 if (MI.isFunctionLike()) { in PrintMacroDefinition()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1338 if (MI->isFunctionLike()) { in getFragmentsForMacro()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3747 static bool isFunctionLike(const Type &T) { in isFunctionLike() function
3759 if (!isFunctionLike(*T)) { in handleCalledOnceAttr()
H A DSemaCodeComplete.cpp3405 if (!MI || !MI->isFunctionLike()) in CreateCodeCompletionStringForMacro()