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.cpp96 isFunctionLike() != Other.isFunctionLike() || in isIdenticalTo()
H A DMacroArgs.cpp26 assert(MI->isFunctionLike() && in create()
H A DPPMacroExpansion.cpp453 if (MI->isFunctionLike()) { in HandleMacroExpandedIdentifier()
566 if (NewMI != MI || MI->isFunctionLike()) in HandleMacroExpandedIdentifier()
H A DTokenLexer.cpp84 if (Macro->isFunctionLike() && Macro->getNumParams()) in Init()
H A DPreprocessor.cpp833 if (!MI->isFunctionLike() || isNextPPTokenOneOf(tok::l_paren)) 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.cpp548 if (macro_info->isFunctionLike()) { in ForEachMacro()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp37 if (MI.isFunctionLike()) { in PrintMacroDefinition()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1358 if (MI->isFunctionLike()) { in getFragmentsForMacro()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4345 static bool isFunctionLike(const Type &T) { in isFunctionLike() function
4357 if (!isFunctionLike(*T)) { in handleCalledOnceAttr()
H A DSemaCodeComplete.cpp3561 if (!MI || !MI->isFunctionLike()) in CreateCodeCompletionStringForMacro()