Lines Matching refs:DeclLoc
183 const SourceLocation DeclLoc = D->getLocation(); in getDeclLocForCommentSearch() local
184 if (DeclLoc.isMacroID()) { in getDeclLocForCommentSearch()
198 if (SourceMgr.isMacroArgExpansion(DeclLoc) && TD->isCompleteDefinition()) in getDeclLocForCommentSearch()
199 return SourceMgr.getExpansionLoc(DeclLoc); in getDeclLocForCommentSearch()
203 return DeclLoc; in getDeclLocForCommentSearch()
285 const SourceLocation DeclLoc = getDeclLocForCommentSearch(D, SourceMgr); in getRawCommentForDeclNoCache() local
289 if (DeclLoc.isInvalid() || !DeclLoc.isFileID()) in getRawCommentForDeclNoCache()
300 const FileID File = SourceMgr.getDecomposedLoc(DeclLoc).first; in getRawCommentForDeclNoCache()
305 return getRawCommentForDeclNoCacheImpl(D, DeclLoc, *CommentsInThisFile); in getRawCommentForDeclNoCache()
520 const SourceLocation DeclLoc = getDeclLocForCommentSearch(D, SourceMgr); in attachCommentsToJustParsedDecls() local
522 if (DeclLoc.isInvalid() || !DeclLoc.isFileID()) in attachCommentsToJustParsedDecls()
529 getRawCommentForDeclNoCacheImpl(D, DeclLoc, *CommentsInThisFile)) { in attachCommentsToJustParsedDecls()