Home
last modified time | relevance | path

Searched refs:hasFunctionName (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1977 bool hasFunctionName() const { return PredefinedExprBits.HasFunctionName; } in hasFunctionName() function
1980 assert(hasFunctionName() && in setFunctionName()
2002 return hasFunctionName() in getFunctionName()
2008 return hasFunctionName() in getFunctionName()
2030 getTrailingObjects<Stmt *>() + hasFunctionName()); in children()
2035 getTrailingObjects<Stmt *>() + hasFunctionName()); in children()