Lines Matching refs:DeclLoc
182 const SourceLocation DeclLoc = D->getLocation(); in getDeclLocForCommentSearch() local
183 if (DeclLoc.isMacroID()) { in getDeclLocForCommentSearch()
197 if (SourceMgr.isMacroArgExpansion(DeclLoc) && TD->isCompleteDefinition()) in getDeclLocForCommentSearch()
198 return SourceMgr.getExpansionLoc(DeclLoc); in getDeclLocForCommentSearch()
202 return DeclLoc; in getDeclLocForCommentSearch()
284 const SourceLocation DeclLoc = getDeclLocForCommentSearch(D, SourceMgr); in getRawCommentForDeclNoCache() local
288 if (DeclLoc.isInvalid() || !DeclLoc.isFileID()) in getRawCommentForDeclNoCache()
299 const FileID File = SourceMgr.getDecomposedLoc(DeclLoc).first; in getRawCommentForDeclNoCache()
307 return getRawCommentForDeclNoCacheImpl(D, DeclLoc, *CommentsInThisFile); in getRawCommentForDeclNoCache()
522 const SourceLocation DeclLoc = getDeclLocForCommentSearch(D, SourceMgr); in attachCommentsToJustParsedDecls() local
524 if (DeclLoc.isInvalid() || !DeclLoc.isFileID()) in attachCommentsToJustParsedDecls()
531 getRawCommentForDeclNoCacheImpl(D, DeclLoc, *CommentsInThisFile)) { in attachCommentsToJustParsedDecls()