Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h2001 bool hasFunctionName() const { return PredefinedExprBits.HasFunctionName; } in hasFunctionName() function
2004 assert(hasFunctionName() && in setFunctionName()
2026 return hasFunctionName() in getFunctionName()
2032 return hasFunctionName() in getFunctionName()
2054 getTrailingObjects<Stmt *>() + hasFunctionName()); in children()
2059 getTrailingObjects<Stmt *>() + hasFunctionName()); in children()