Lines Matching refs:DeclLoc
176 const SourceLocation DeclLoc = D->getLocation();
177 if (DeclLoc.isMacroID()) {
189 if (SourceMgr.isMacroArgExpansion(DeclLoc) &&
191 return SourceMgr.getExpansionLoc(DeclLoc);
194 return DeclLoc;
279 const SourceLocation DeclLoc = getDeclLocForCommentSearch(D, SourceMgr);
283 if (DeclLoc.isInvalid() || !DeclLoc.isFileID())
294 const FileID File = SourceMgr.getDecomposedLoc(DeclLoc).first;
299 return getRawCommentForDeclNoCacheImpl(D, DeclLoc, *CommentsInThisFile);
514 const SourceLocation DeclLoc = getDeclLocForCommentSearch(D, SourceMgr);
516 if (DeclLoc.isInvalid() || !DeclLoc.isFileID())
523 getRawCommentForDeclNoCacheImpl(D, DeclLoc, *CommentsInThisFile)) {