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
1568 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
2127 bool isUnnamedBitfield() const { return isBitField() && !getDeclName(); }
2652 return (getDeclName() || getTypedefNameForAnonDecl());

Completed in 508 milliseconds