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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h2767 DeclarationNameLoc DNLoc; member in class:clang::UsingDecl
2781 DNLoc(NameInfo.getInfo()), FirstUsingShadow(0, HasTypenameKeyword) {
2801 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
2904 DeclarationNameLoc DNLoc; member in class:clang::UnresolvedUsingValueDecl
2913 DNLoc(NameInfo.getInfo())
2936 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
H A DDecl.h1500 /// DNLoc - Provides source/type location info for the
1502 DeclarationNameLoc DNLoc;
1559 DNLoc(NameInfo.getInfo()) {}
1605 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
H A DExpr.h877 DeclarationNameLoc DNLoc; member in class:clang::DeclRefExpr
931 D(D), Loc(L), DNLoc(LocInfo) {
972 return DeclarationNameInfo(getDecl()->getDeclName(), Loc, DNLoc);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h598 void AddDeclarationNameLoc(const DeclarationNameLoc &DNLoc,
H A DASTReader.h1732 DeclarationNameLoc &DNLoc, DeclarationName Name,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp81 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name, argument
83 Reader.ReadDeclarationNameLoc(F, DNLoc, Name, R, I);
550 ReadDeclarationNameLoc(FD->DNLoc, FD->getDeclName(), Record, Idx);
1131 ReadDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record, Idx);
1162 ReadDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record, Idx);
H A DASTWriterDecl.cpp327 Writer.AddDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record);
934 Writer.AddDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record);
964 Writer.AddDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record);
H A DASTReader.cpp6798 DeclarationNameLoc &DNLoc,
6805 DNLoc.NamedType.TInfo = GetTypeSourceInfo(F, Record, Idx);
6809 DNLoc.CXXOperatorName.BeginOpNameLoc
6811 DNLoc.CXXOperatorName.EndOpNameLoc
6816 DNLoc.CXXLiteralOperatorName.OpNameLoc
6834 DeclarationNameLoc DNLoc; local
6835 ReadDeclarationNameLoc(F, DNLoc, NameInfo.getName(), Record, Idx);
6836 NameInfo.setInfo(DNLoc);
6797 ReadDeclarationNameLoc(ModuleFile &F, DeclarationNameLoc &DNLoc, DeclarationName Name, const RecordData &Record, unsigned &Idx) argument
H A DASTReaderStmt.cpp70 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name, argument
72 Reader.ReadDeclarationNameLoc(F, DNLoc, Name, R, I);
455 ReadDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName(), Record, Idx);
H A DASTWriter.cpp4708 void ASTWriter::AddDeclarationNameLoc(const DeclarationNameLoc &DNLoc, argument
4714 AddTypeSourceInfo(DNLoc.NamedType.TInfo, Record);
4719 SourceLocation::getFromRawEncoding(DNLoc.CXXOperatorName.BeginOpNameLoc),
4722 SourceLocation::getFromRawEncoding(DNLoc.CXXOperatorName.EndOpNameLoc),
4728 SourceLocation::getFromRawEncoding(DNLoc.CXXLiteralOperatorName.OpNameLoc),
H A DASTWriterStmt.cpp377 Writer.AddDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName(), Record);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3920 // DNInfo work in progress: CHECKME: what about DNLoc?
3926 // DNInfo work in progress: CHECKME: what about DNLoc?
3939 DeclarationNameLoc DNLoc; local
3940 DNLoc.CXXOperatorName.BeginOpNameLoc = SourceLocation().getRawEncoding();
3941 DNLoc.CXXOperatorName.EndOpNameLoc = SourceLocation().getRawEncoding();
3942 return DeclarationNameInfo(DName, NameLoc, DNLoc);
H A DExpr.cpp378 D(D), Loc(NameInfo.getLoc()), DNLoc(NameInfo.getInfo()) {

Completed in 394 milliseconds