Home
last modified time | relevance | path

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

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