Searched refs:isFunctionLike (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp81 isFunctionLike() != Other.isFunctionLike() ||
H A DMacroArgs.cpp27 assert(MI->isFunctionLike() &&
H A DPPMacroExpansion.cpp498 if (MI->isFunctionLike()) {
611 if (NewMI != MI || MI->isFunctionLike())
H A DTokenLexer.cpp83 if (Macro->isFunctionLike() && Macro->getNumParams())
H A DPreprocessor.cpp833 if (!MI->isFunctionLike() || isNextPPTokenLParen())
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp27 if (MI.isFunctionLike()) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h199 bool isFunctionLike() const { return IsFunctionLike; } function in class:clang::MacroInfo
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp467 if (macro_info->isFunctionLike()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp38 if (MI.isFunctionLike()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3210 if (!MI || !MI->isFunctionLike())

Completed in 208 milliseconds