Searched defs:getDeclName (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDecl.h148 /// getDeclName - Get the actual, stored name of the declaration,
150 DeclarationName getDeclName() const { return Name; } function in class:clang::NamedDecl
1608 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
2202 bool isUnnamedBitfield() const { return isBitField() && !getDeclName(); }
2744 return (getDeclName() || getTypedefNameForAnonDecl());

Completed in 301 milliseconds