Home
last modified time | relevance | path

Searched refs:Decomp (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnostic.cpp177 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() local
267 assert(File.ParentOffset == Decomp.second); in dump()
269 << Decomp.first.getHashValue() << "> "; in dump()
270 SrcMgr.getLocForStartOfFile(Decomp.first) in dump()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp690 const DecompositionDeclarator &Decomp = D.getDecompositionDeclarator(); in ActOnDecompositionDeclarator() local
696 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()
H A DSemaDecl.cpp6272 auto &Decomp = D.getDecompositionDeclarator(); in ActOnVariableDeclarator() local
6273 if (!Decomp.bindings().empty()) { in ActOnVariableDeclarator()
6274 II = Decomp.bindings()[0].Name; in ActOnVariableDeclarator()
15198 const DecompositionDeclarator &Decomp = D.getDecompositionDeclarator(); in HandleField() local
15199 Diag(Decomp.getLSquareLoc(), diag::err_decomp_decl_context) in HandleField()
15200 << Decomp.getSourceRange(); in HandleField()