Searched refs:DNLoc (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h231 void AddDeclarationNameLoc(const DeclarationNameLoc &DNLoc,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3407 DeclarationNameLoc DNLoc; member in class:clang::UsingDecl
3421 DNLoc(NameInfo.getInfo()), FirstUsingShadow(nullptr, HasTypenameKeyword) {
3446 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
3630 DeclarationNameLoc DNLoc; member in class:clang::UnresolvedUsingValueDecl
3640 QualifierLoc(QualifierLoc), DNLoc(NameInfo.getInfo()) {}
3667 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
H A DDecl.h1870 DeclarationNameLoc DNLoc;
1978 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
H A DExpr.h1204 DeclarationNameLoc DNLoc; member in class:clang::final
1267 return DeclarationNameInfo(getDecl()->getDeclName(), getLocation(), DNLoc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp541 Record.AddDeclarationNameLoc(D->DNLoc, D->getDeclName());
1277 Record.AddDeclarationNameLoc(D->DNLoc, D->getDeclName());
1326 Record.AddDeclarationNameLoc(D->DNLoc, D->getDeclName());
H A DASTWriter.cpp5463 void ASTRecordWriter::AddDeclarationNameLoc(const DeclarationNameLoc &DNLoc,
5469 AddTypeSourceInfo(DNLoc.NamedType.TInfo);
5474 DNLoc.CXXOperatorName.BeginOpNameLoc));
5476 SourceLocation::getFromRawEncoding(DNLoc.CXXOperatorName.EndOpNameLoc));
5481 DNLoc.CXXLiteralOperatorName.OpNameLoc));
H A DASTReaderDecl.cpp858 FD->DNLoc = Record.readDeclarationNameLoc(FD->getDeclName());
1628 D->DNLoc = Record.readDeclarationNameLoc(D->getDeclName());
1678 D->DNLoc = Record.readDeclarationNameLoc(D->getDeclName());
H A DASTReader.cpp8701 DeclarationNameLoc DNLoc;
8706 DNLoc.NamedType.TInfo = readTypeSourceInfo();
8710 DNLoc.CXXOperatorName.BeginOpNameLoc
8712 DNLoc.CXXOperatorName.EndOpNameLoc
8717 DNLoc.CXXLiteralOperatorName.OpNameLoc
8729 return DNLoc;
H A DASTReaderStmt.cpp615 E->DNLoc = Record.readDeclarationNameLoc(E->getDecl()->getDeclName());
H A DASTWriterStmt.cpp626 Record.AddDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5745 // DNInfo work in progress: CHECKME: what about DNLoc?
5751 // DNInfo work in progress: CHECKME: what about DNLoc?
5769 DeclarationNameLoc DNLoc; local
5770 DNLoc.CXXOperatorName.BeginOpNameLoc = SourceLocation().getRawEncoding();
5771 DNLoc.CXXOperatorName.EndOpNameLoc = SourceLocation().getRawEncoding();
5772 return DeclarationNameInfo(DName, NameLoc, DNLoc);
H A DExpr.cpp382 : Expr(DeclRefExprClass, T, VK, OK_Ordinary), D(D), DNLoc(LocInfo) {
402 DNLoc(NameInfo.getInfo()) {
H A DDecl.cpp2776 EndRangeLoc(NameInfo.getEndLoc()), DNLoc(NameInfo.getInfo()) {

Completed in 224 milliseconds