Home
last modified time | relevance | path

Searched refs:getDeclInfo (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/AST/
HDComment.cpp299 return FC->getDeclInfo()->ParamVars[getParamIndex()]->getName(); in getParamName()
304 const TemplateParameterList *TPL = FC->getDeclInfo()->TemplateParameters; in getParamName()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDComment.h1108 const DeclInfo *getDeclInfo() const LLVM_READONLY { in getDeclInfo() function
/trueos/contrib/llvm/tools/clang/lib/Index/
HDCommentToXML.cpp819 const DeclInfo *DI = C->getDeclInfo(); in visitFullComment()