Home
last modified time | relevance | path

Searched defs:isFunctionLike (Results 1 – 2 of 2) sorted by relevance

/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/Sema/
H A DSemaDeclAttr.cpp3656 static bool isFunctionLike(const Type &T) { in isFunctionLike() function