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

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

Completed in 60 milliseconds