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

/external/clang/include/clang/AST/
H A DDeclarationName.h219 /// getAsIdentifierInfo - Retrieve the IdentifierInfo * stored in
222 IdentifierInfo *getAsIdentifierInfo() const { function in class:clang::DeclarationName
278 if (const IdentifierInfo *Info = getAsIdentifierInfo())

Completed in 236 milliseconds