HomeSort by: relevance | last modified time | path
    Searched defs:isFunctionLike (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h 68 bool IsFunctionLike : 1;
198 void setIsFunctionLike() { IsFunctionLike = true; }
199 bool isFunctionLike() const { return IsFunctionLike; }
200 bool isObjectLike() const { return !IsFunctionLike; }
MacroInfo.h 68 bool IsFunctionLike : 1;
198 void setIsFunctionLike() { IsFunctionLike = true; }
199 bool isFunctionLike() const { return IsFunctionLike; }
200 bool isObjectLike() const { return !IsFunctionLike; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 3656 static bool isFunctionLike(const Type &T) {
3668 if (!isFunctionLike(*T)) {
SemaDeclAttr.cpp 3656 static bool isFunctionLike(const Type &T) {
3668 if (!isFunctionLike(*T)) {

Completed in 43 milliseconds