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.h276 void AddDeclarationNameLoc(const DeclarationNameLoc &DNLoc,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3591 DeclarationNameLoc DNLoc; variable
3598 DNLoc(NameInfo.getInfo()) { in UsingDecl()
3624 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc); in getNameInfo()
3943 DeclarationNameLoc DNLoc; variable
3953 QualifierLoc(QualifierLoc), DNLoc(NameInfo.getInfo()) {} in UnresolvedUsingValueDecl()
3980 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc); in getNameInfo()
H A DDecl.h2084 DeclarationNameLoc DNLoc; variable
2191 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc); in getNameInfo()
2199 void setDeclarationNameLoc(DeclarationNameLoc L) { DNLoc = L; } in setDeclarationNameLoc()
H A DExpr.h1278 DeclarationNameLoc DNLoc; variable
1341 return DeclarationNameInfo(getDecl()->getDeclName(), getLocation(), DNLoc); in getNameInfo()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp864 Record.AddDeclarationNameLoc(D->DNLoc, D->getDeclName()); in VisitFunctionDecl()
1585 Record.AddDeclarationNameLoc(D->DNLoc, D->getDeclName()); in VisitUsingDecl()
1652 Record.AddDeclarationNameLoc(D->DNLoc, D->getDeclName()); in VisitUnresolvedUsingValueDecl()
H A DASTReaderDecl.cpp1039 FD->DNLoc = Record.readDeclarationNameLoc(FD->getDeclName()); in VisitFunctionDecl()
1900 D->DNLoc = Record.readDeclarationNameLoc(D->getDeclName()); in VisitUsingDecl()
1961 D->DNLoc = Record.readDeclarationNameLoc(D->getDeclName()); in VisitUnresolvedUsingValueDecl()
H A DASTWriter.cpp7006 void ASTRecordWriter::AddDeclarationNameLoc(const DeclarationNameLoc &DNLoc, in AddDeclarationNameLoc() argument
7012 AddTypeSourceInfo(DNLoc.getNamedTypeInfo()); in AddDeclarationNameLoc()
7016 AddSourceRange(DNLoc.getCXXOperatorNameRange()); in AddDeclarationNameLoc()
7020 AddSourceLocation(DNLoc.getCXXLiteralOperatorNameLoc()); in AddDeclarationNameLoc()
H A DASTWriterStmt.cpp724 Record.AddDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName()); in VisitDeclRefExpr()
H A DASTReaderStmt.cpp639 E->DNLoc = Record.readDeclarationNameLoc(E->getDecl()->getDeclName()); in VisitDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp434 : Expr(DeclRefExprClass, T, VK, OK_Ordinary), D(D), DNLoc(LocInfo) { in DeclRefExpr()
456 DNLoc(NameInfo.getInfo()) { in DeclRefExpr()
H A DDecl.cpp3077 EndRangeLoc(NameInfo.getEndLoc()), DNLoc(NameInfo.getInfo()) { in FunctionDecl()
H A DASTContext.cpp7101 DeclarationNameLoc DNLoc = in getNameForTemplate() local
7103 return DeclarationNameInfo(DName, NameLoc, DNLoc); in getNameForTemplate()