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

/external/clang/lib/Lex/
H A DMacroInfo.cpp71 isFunctionLike() != Other.isFunctionLike() ||
H A DMacroArgs.cpp28 assert(MI->isFunctionLike() &&
H A DTokenLexer.cpp69 if (Macro->isFunctionLike() && Macro->getNumArgs())
H A DPPMacroExpansion.cpp335 if (MI->isFunctionLike()) {
469 if (NewMI != MI || MI->isFunctionLike())
/external/clang/include/clang/Lex/
H A DMacroInfo.h191 bool isFunctionLike() const { return IsFunctionLike; } function in class:clang::MacroInfo
/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp39 if (MI.isFunctionLike()) {
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp2562 if (!MI->isFunctionLike())

Completed in 270 milliseconds