Searched defs:getDeclName (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | Decl.h | 315 DeclarationName getDeclName() const { return Name; } getDeclName() function |
H A D | ExprCXX.h | 3360 DeclarationName getDeclName() const { return NameInfo.getName(); } getDeclName() function |