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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h2869 DeclarationNameLoc DNLoc; member in class:clang::UsingDecl
2883 DNLoc(NameInfo.getInfo()), FirstUsingShadow(nullptr, HasTypenameKeyword) {
2903 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
3016 DeclarationNameLoc DNLoc; member in class:clang::UnresolvedUsingValueDecl
3025 DNLoc(NameInfo.getInfo())
3048 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
H A DDecl.h1559 /// DNLoc - Provides source/type location info for the
1561 DeclarationNameLoc DNLoc;
1619 DNLoc(NameInfo.getInfo()) {}
1669 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
H A DExpr.h935 DeclarationNameLoc DNLoc; member in class:clang::final
975 D(D), Loc(L), DNLoc(LocInfo) {
1012 return DeclarationNameInfo(getDecl()->getDeclName(), Loc, DNLoc);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h707 void AddDeclarationNameLoc(const DeclarationNameLoc &DNLoc,
H A DASTReader.h1934 DeclarationNameLoc &DNLoc, DeclarationName Name,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp90 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name, argument
92 Reader.ReadDeclarationNameLoc(F, DNLoc, Name, R, I);
703 ReadDeclarationNameLoc(FD->DNLoc, FD->getDeclName(), Record, Idx);
1349 ReadDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record, Idx);
1381 ReadDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record, Idx);
H A DASTReader.cpp7682 DeclarationNameLoc &DNLoc,
7689 DNLoc.NamedType.TInfo = GetTypeSourceInfo(F, Record, Idx);
7693 DNLoc.CXXOperatorName.BeginOpNameLoc
7695 DNLoc.CXXOperatorName.EndOpNameLoc
7700 DNLoc.CXXLiteralOperatorName.OpNameLoc
7718 DeclarationNameLoc DNLoc;
7719 ReadDeclarationNameLoc(F, DNLoc, NameInfo.getName(), Record, Idx);
7720 NameInfo.setInfo(DNLoc);
H A DASTReaderStmt.cpp70 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name, argument
72 Reader.ReadDeclarationNameLoc(F, DNLoc, Name, R, I);
477 ReadDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName(), Record, Idx);
H A DASTWriterDecl.cpp484 Writer.AddDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record);
1089 Writer.AddDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record);
1119 Writer.AddDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record);
H A DASTWriter.cpp5100 void ASTWriter::AddDeclarationNameLoc(const DeclarationNameLoc &DNLoc,
5106 AddTypeSourceInfo(DNLoc.NamedType.TInfo, Record);
5111 SourceLocation::getFromRawEncoding(DNLoc.CXXOperatorName.BeginOpNameLoc),
5114 SourceLocation::getFromRawEncoding(DNLoc.CXXOperatorName.EndOpNameLoc),
5120 SourceLocation::getFromRawEncoding(DNLoc.CXXLiteralOperatorName.OpNameLoc),
H A DASTWriterStmt.cpp395 Writer.AddDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName(), Record);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4280 // DNInfo work in progress: CHECKME: what about DNLoc?
4286 // DNInfo work in progress: CHECKME: what about DNLoc?
4299 DeclarationNameLoc DNLoc; local
4300 DNLoc.CXXOperatorName.BeginOpNameLoc = SourceLocation().getRawEncoding();
4301 DNLoc.CXXOperatorName.EndOpNameLoc = SourceLocation().getRawEncoding();
4302 return DeclarationNameInfo(DName, NameLoc, DNLoc);
H A DExpr.cpp331 D(D), Loc(NameInfo.getLoc()), DNLoc(NameInfo.getInfo()) {

Completed in 267 milliseconds