Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DMacroInfo.cpp81 isFunctionLike() != Other.isFunctionLike() || in isIdenticalTo()
H A DMacroArgs.cpp27 assert(MI->isFunctionLike() && in create()
H A DPPMacroExpansion.cpp500 if (MI->isFunctionLike()) { in HandleMacroExpandedIdentifier()
613 if (NewMI != MI || MI->isFunctionLike()) in HandleMacroExpandedIdentifier()
H A DTokenLexer.cpp83 if (Macro->isFunctionLike() && Macro->getNumParams()) in Init()
H A DPreprocessor.cpp833 if (!MI->isFunctionLike() || isNextPPTokenLParen()) in HandleIdentifier()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp27 if (MI.isFunctionLike()) { in writeMacroDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h199 bool isFunctionLike() const { return IsFunctionLike; } in isFunctionLike() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp38 if (MI.isFunctionLike()) { in PrintMacroDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp3656 static bool isFunctionLike(const Type &T) { in isFunctionLike() function
3668 if (!isFunctionLike(*T)) { in handleCalledOnceAttr()
H A DSemaCodeComplete.cpp3295 if (!MI || !MI->isFunctionLike()) in CreateCodeCompletionStringForMacro()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp3817 return MI->isFunctionLike(); in clang_Cursor_isMacroFunctionLike()