Searched refs:Decomp (Results 1 – 3 of 3) sorted by relevance
177 unsigned Offset = Decomp.second; in append()178 for (File *F = getFile(SrcMgr, Decomp.first); F; in append()203 const File *F = getFile(SrcMgr, Decomp.first); in lookup()204 return F->lookup(Decomp.second); in lookup()231 F.Parent = getFile(SrcMgr, Decomp.first); in getFile()232 F.ParentOffset = Decomp.second; in getFile()265 std::pair<FileID, unsigned> Decomp = in dump() local267 assert(File.ParentOffset == Decomp.second); in dump()269 << Decomp.first.getHashValue() << "> "; in dump()270 SrcMgr.getLocForStartOfFile(Decomp.first) in dump()[all …]
690 const DecompositionDeclarator &Decomp = D.getDecompositionDeclarator(); in ActOnDecompositionDeclarator() local696 Diag(Decomp.getLSquareLoc(), diag::err_decomp_decl_context) in ActOnDecompositionDeclarator()697 << Decomp.getSourceRange(); in ActOnDecompositionDeclarator()709 Diag(Decomp.getLSquareLoc(), in ActOnDecompositionDeclarator()715 << Decomp.getSourceRange(); in ActOnDecompositionDeclarator()771 Diag(Decomp.getLSquareLoc(), in ActOnDecompositionDeclarator()825 Decomp.getLSquareLoc()); in ActOnDecompositionDeclarator()
6272 auto &Decomp = D.getDecompositionDeclarator(); in ActOnVariableDeclarator() local6273 if (!Decomp.bindings().empty()) { in ActOnVariableDeclarator()6274 II = Decomp.bindings()[0].Name; in ActOnVariableDeclarator()15198 const DecompositionDeclarator &Decomp = D.getDecompositionDeclarator(); in HandleField() local15199 Diag(Decomp.getLSquareLoc(), diag::err_decomp_decl_context) in HandleField()15200 << Decomp.getSourceRange(); in HandleField()