Home | History | Annotate | Download | only in AST

Lines Matching refs:DeclLoc

130   SourceLocation DeclLoc;
135 DeclLoc = D->getLocStart();
137 DeclLoc = D->getLocation();
141 if (DeclLoc.isMacroID() && isa<TypedefDecl>(D))
142 DeclLoc = D->getLocStart();
147 if (DeclLoc.isInvalid() || !DeclLoc.isFileID())
157 SourceMgr, SourceRange(DeclLoc), false,
180 std::pair<FileID, unsigned> DeclLocDecomp = SourceMgr.getDecomposedLoc(DeclLoc);