Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Parser/
H A Dpreprocessor.h42 bool isFunctionLike() const { return isFunctionLike_; } in isFunctionLike() function
/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h201 bool isFunctionLike() const { return IsFunctionLike; } in isFunctionLike() function
/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3754 static bool isFunctionLike(const Type &T) { isFunctionLike() function