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

/external/clang/include/clang/AST/
H A DDeclCXX.h3050 DeclarationNameLoc DNLoc; member in class:clang::UsingDecl
3064 DNLoc(NameInfo.getInfo()), FirstUsingShadow(nullptr, HasTypenameKeyword) {
3084 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
3197 DeclarationNameLoc DNLoc; member in class:clang::UnresolvedUsingValueDecl
3206 DNLoc(NameInfo.getInfo())
3229 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
H A DDecl.h1637 /// DNLoc - Provides source/type location info for the
1639 DeclarationNameLoc DNLoc;
1697 DNLoc(NameInfo.getInfo()) {}
1747 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
H A DExpr.h945 DeclarationNameLoc DNLoc; member in class:clang::final
985 D(D), Loc(L), DNLoc(LocInfo) {
1022 return DeclarationNameInfo(getDecl()->getDeclName(), Loc, DNLoc);
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp510 Record.AddDeclarationNameLoc(D->DNLoc, D->getDeclName());
1114 Record.AddDeclarationNameLoc(D->DNLoc, D->getDeclName());
1153 Record.AddDeclarationNameLoc(D->DNLoc, D->getDeclName());
H A DASTReaderDecl.cpp110 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name,
112 Reader.ReadDeclarationNameLoc(F, DNLoc, Name, R, I);
758 ReadDeclarationNameLoc(FD->DNLoc, FD->getDeclName(), Record, Idx);
1406 ReadDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record, Idx);
1448 ReadDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record, Idx);
H A DASTReader.cpp7717 DeclarationNameLoc &DNLoc,
7724 DNLoc.NamedType.TInfo = GetTypeSourceInfo(F, Record, Idx);
7728 DNLoc.CXXOperatorName.BeginOpNameLoc
7730 DNLoc.CXXOperatorName.EndOpNameLoc
7735 DNLoc.CXXLiteralOperatorName.OpNameLoc
7753 DeclarationNameLoc DNLoc;
7754 ReadDeclarationNameLoc(F, DNLoc, NameInfo.getName(), Record, Idx);
7755 NameInfo.setInfo(DNLoc);
H A DASTWriter.cpp5122 void ASTRecordWriter::AddDeclarationNameLoc(const DeclarationNameLoc &DNLoc,
5128 AddTypeSourceInfo(DNLoc.NamedType.TInfo);
5133 DNLoc.CXXOperatorName.BeginOpNameLoc));
5135 SourceLocation::getFromRawEncoding(DNLoc.CXXOperatorName.EndOpNameLoc));
5140 DNLoc.CXXLiteralOperatorName.OpNameLoc));
H A DASTReaderStmt.cpp70 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name, argument
72 Reader.ReadDeclarationNameLoc(F, DNLoc, Name, R, I);
480 ReadDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName(), Record, Idx);
H A DASTWriterStmt.cpp407 Record.AddDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName());
/external/clang/include/clang/Serialization/
H A DASTWriter.h858 void AddDeclarationNameLoc(const DeclarationNameLoc &DNLoc,
H A DASTReader.h1935 DeclarationNameLoc &DNLoc, DeclarationName Name,
/external/clang/lib/AST/
H A DASTContext.cpp4293 // DNInfo work in progress: CHECKME: what about DNLoc?
4299 // DNInfo work in progress: CHECKME: what about DNLoc?
4312 DeclarationNameLoc DNLoc; local
4313 DNLoc.CXXOperatorName.BeginOpNameLoc = SourceLocation().getRawEncoding();
4314 DNLoc.CXXOperatorName.EndOpNameLoc = SourceLocation().getRawEncoding();
4315 return DeclarationNameInfo(DName, NameLoc, DNLoc);
H A DExpr.cpp331 D(D), Loc(NameInfo.getLoc()), DNLoc(NameInfo.getInfo()) {

Completed in 328 milliseconds