Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h1990 bool hasFunctionName() const { return PredefinedExprBits.HasFunctionName; } in hasFunctionName() function
1993 assert(hasFunctionName() && in setFunctionName()
2015 return hasFunctionName() in getFunctionName()
2021 return hasFunctionName() in getFunctionName()
2043 getTrailingObjects<Stmt *>() + hasFunctionName()); in children()
2048 getTrailingObjects<Stmt *>() + hasFunctionName()); in children()