Home
last modified time | relevance | path

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

/freebsd-14.2/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()
2008 return hasFunctionName() in getFunctionName()
2014 return hasFunctionName() in getFunctionName()
2037 getTrailingObjects<Stmt *>() + hasFunctionName()); in children()
2042 getTrailingObjects<Stmt *>() + hasFunctionName()); in children()