Searched refs:DNLoc (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTRecordWriter.h | 276 void AddDeclarationNameLoc(const DeclarationNameLoc &DNLoc,
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3591 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 D | Decl.h | 2084 DeclarationNameLoc DNLoc; variable 2191 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc); in getNameInfo() 2199 void setDeclarationNameLoc(DeclarationNameLoc L) { DNLoc = L; } in setDeclarationNameLoc()
|
| H A D | Expr.h | 1278 DeclarationNameLoc DNLoc; variable 1341 return DeclarationNameInfo(getDecl()->getDeclName(), getLocation(), DNLoc); in getNameInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 864 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 D | ASTReaderDecl.cpp | 1039 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 D | ASTWriter.cpp | 7006 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 D | ASTWriterStmt.cpp | 724 Record.AddDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName()); in VisitDeclRefExpr()
|
| H A D | ASTReaderStmt.cpp | 639 E->DNLoc = Record.readDeclarationNameLoc(E->getDecl()->getDeclName()); in VisitDeclRefExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 434 : Expr(DeclRefExprClass, T, VK, OK_Ordinary), D(D), DNLoc(LocInfo) { in DeclRefExpr() 456 DNLoc(NameInfo.getInfo()) { in DeclRefExpr()
|
| H A D | Decl.cpp | 3077 EndRangeLoc(NameInfo.getEndLoc()), DNLoc(NameInfo.getInfo()) { in FunctionDecl()
|
| H A D | ASTContext.cpp | 7101 DeclarationNameLoc DNLoc = in getNameForTemplate() local 7103 return DeclarationNameInfo(DName, NameLoc, DNLoc); in getNameForTemplate()
|