Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2017 bool hasFunctionName() const { return PredefinedExprBits.HasFunctionName; } in hasFunctionName() function
2020 assert(hasFunctionName() && in setFunctionName()
2048 return hasFunctionName() in getFunctionName()
2054 return hasFunctionName() in getFunctionName()
2077 return child_range(getTrailingObjects(hasFunctionName())); in children()
2081 return const_child_range(getTrailingObjects(hasFunctionName())); in children()