Home | History | Annotate | Download | only in AST

Lines Matching refs:DeclLoc

140   SourceLocation DeclLoc;
145 DeclLoc = D->getLocStart();
147 DeclLoc = D->getLocation();
148 if (DeclLoc.isMacroID()) {
153 DeclLoc = D->getLocStart();
160 if (SourceMgr.isMacroArgExpansion(DeclLoc) &&
162 DeclLoc = SourceMgr.getExpansionLoc(DeclLoc);
169 if (DeclLoc.isInvalid() || !DeclLoc.isFileID())
179 SourceMgr, SourceRange(DeclLoc), false,
202 std::pair<FileID, unsigned> DeclLocDecomp = SourceMgr.getDecomposedLoc(DeclLoc);