OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DNLoc
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTRecordWriter.h
232
void AddDeclarationNameLoc(const DeclarationNameLoc &
DNLoc
,
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
3394
DeclarationNameLoc
DNLoc
;
3408
DNLoc
(NameInfo.getInfo()), FirstUsingShadow(nullptr, HasTypenameKeyword) {
3433
return DeclarationNameInfo(getDeclName(), getLocation(),
DNLoc
);
3617
DeclarationNameLoc
DNLoc
;
3627
QualifierLoc(QualifierLoc),
DNLoc
(NameInfo.getInfo()) {}
3654
return DeclarationNameInfo(getDeclName(), getLocation(),
DNLoc
);
Decl.h
1912
DeclarationNameLoc
DNLoc
;
2020
return DeclarationNameInfo(getDeclName(), getLocation(),
DNLoc
);
Expr.h
1227
DeclarationNameLoc
DNLoc
;
1290
return DeclarationNameInfo(getDecl()->getDeclName(), getLocation(),
DNLoc
);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp
541
Record.AddDeclarationNameLoc(D->
DNLoc
, D->getDeclName());
1273
Record.AddDeclarationNameLoc(D->
DNLoc
, D->getDeclName());
1322
Record.AddDeclarationNameLoc(D->
DNLoc
, D->getDeclName());
ASTReaderDecl.cpp
861
FD->
DNLoc
= Record.readDeclarationNameLoc(FD->getDeclName());
1646
D->
DNLoc
= Record.readDeclarationNameLoc(D->getDeclName());
1696
D->
DNLoc
= Record.readDeclarationNameLoc(D->getDeclName());
ASTWriter.cpp
5322
void ASTRecordWriter::AddDeclarationNameLoc(const DeclarationNameLoc &
DNLoc
,
5328
AddTypeSourceInfo(
DNLoc
.getNamedTypeInfo());
5332
AddSourceRange(
DNLoc
.getCXXOperatorNameRange());
5336
AddSourceLocation(
DNLoc
.getCXXLiteralOperatorNameLoc());
ASTReaderStmt.cpp
621
E->
DNLoc
= Record.readDeclarationNameLoc(E->getDecl()->getDeclName());
ASTWriterStmt.cpp
631
Record.AddDeclarationNameLoc(E->
DNLoc
, E->getDecl()->getDeclName());
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
386
: Expr(DeclRefExprClass, T, VK, OK_Ordinary), D(D),
DNLoc
(LocInfo) {
406
DNLoc
(NameInfo.getInfo()) {
Decl.cpp
2853
EndRangeLoc(NameInfo.getEndLoc()),
DNLoc
(NameInfo.getInfo()) {
ASTContext.cpp
5882
// DNInfo work in progress: CHECKME: what about
DNLoc
?
5888
// DNInfo work in progress: CHECKME: what about
DNLoc
?
5906
DeclarationNameLoc
DNLoc
=
5908
return DeclarationNameInfo(DName, NameLoc,
DNLoc
);
Completed in 100 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026