Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1789 bool hasFunctionName() const { return PredefinedExprBits.HasFunctionName; } in hasFunctionName() function
1792 assert(hasFunctionName() && in setFunctionName()
1814 return hasFunctionName() in getFunctionName()
1820 return hasFunctionName() in getFunctionName()
1838 getTrailingObjects<Stmt *>() + hasFunctionName()); in children()