Home
last modified time | relevance | path

Searched refs:DNLoc (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h248 void AddDeclarationNameLoc(const DeclarationNameLoc &DNLoc,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3528 DeclarationNameLoc DNLoc; variable
3535 DNLoc(NameInfo.getInfo()) { in UsingDecl()
3561 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc); in getNameInfo()
3881 DeclarationNameLoc DNLoc; variable
3891 QualifierLoc(QualifierLoc), DNLoc(NameInfo.getInfo()) {} in UnresolvedUsingValueDecl()
3918 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc); in getNameInfo()
H A DDecl.h2037 DeclarationNameLoc DNLoc; variable
2144 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc); in getNameInfo()
2152 void setDeclarationNameLoc(DeclarationNameLoc L) { DNLoc = L; } in setDeclarationNameLoc()
H A DExpr.h1275 DeclarationNameLoc DNLoc; variable
1338 return DeclarationNameInfo(getDecl()->getDeclName(), getLocation(), DNLoc); in getNameInfo()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp708 Record.AddDeclarationNameLoc(D->DNLoc, D->getDeclName()); in VisitFunctionDecl()
1411 Record.AddDeclarationNameLoc(D->DNLoc, D->getDeclName()); in VisitUsingDecl()
1477 Record.AddDeclarationNameLoc(D->DNLoc, D->getDeclName()); in VisitUnresolvedUsingValueDecl()
H A DASTReaderDecl.cpp1054 FD->DNLoc = Record.readDeclarationNameLoc(FD->getDeclName()); in VisitFunctionDecl()
1879 D->DNLoc = Record.readDeclarationNameLoc(D->getDeclName()); in VisitUsingDecl()
1940 D->DNLoc = Record.readDeclarationNameLoc(D->getDeclName()); in VisitUnresolvedUsingValueDecl()
H A DASTWriter.cpp6353 void ASTRecordWriter::AddDeclarationNameLoc(const DeclarationNameLoc &DNLoc, in AddDeclarationNameLoc() argument
6359 AddTypeSourceInfo(DNLoc.getNamedTypeInfo()); in AddDeclarationNameLoc()
6363 AddSourceRange(DNLoc.getCXXOperatorNameRange()); in AddDeclarationNameLoc()
6367 AddSourceLocation(DNLoc.getCXXLiteralOperatorNameLoc()); in AddDeclarationNameLoc()
H A DASTWriterStmt.cpp709 Record.AddDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName()); in VisitDeclRefExpr()
H A DASTReaderStmt.cpp632 E->DNLoc = Record.readDeclarationNameLoc(E->getDecl()->getDeclName()); in VisitDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp435 : Expr(DeclRefExprClass, T, VK, OK_Ordinary), D(D), DNLoc(LocInfo) { in DeclRefExpr()
457 DNLoc(NameInfo.getInfo()) { in DeclRefExpr()
H A DDecl.cpp3035 EndRangeLoc(NameInfo.getEndLoc()), DNLoc(NameInfo.getInfo()) { in FunctionDecl()
H A DASTContext.cpp6651 DeclarationNameLoc DNLoc = in getNameForTemplate() local
6653 return DeclarationNameInfo(DName, NameLoc, DNLoc); in getNameForTemplate()