Searched defs:DNLoc (Results 1 - 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
H A D | DeclCXX.h | 2872 DeclarationNameLoc DNLoc; member in class:clang::UsingDecl 2886 DNLoc(NameInfo.getInfo()), FirstUsingShadow(nullptr, HasTypenameKeyword) { 2906 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc); 3019 DeclarationNameLoc DNLoc; member in class:clang::UnresolvedUsingValueDecl 3028 DNLoc(NameInfo.getInfo()) 3051 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
|
H A D | Expr.h | 931 DeclarationNameLoc DNLoc; variable 985 D(D), Loc(L), DNLoc(LocInfo) { 1022 return DeclarationNameInfo(getDecl()->getDeclName(), Loc, DNLoc);
|
/external/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 90 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name, argument 92 Reader.ReadDeclarationNameLoc(F, DNLoc, Name, R, I); 703 ReadDeclarationNameLoc(FD->DNLoc, FD->getDeclName(), Record, Idx); 1349 ReadDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record, Idx); 1381 ReadDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record, Idx);
|
H A D | ASTReaderStmt.cpp | 70 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name, argument 72 Reader.ReadDeclarationNameLoc(F, DNLoc, Name, R, I); 474 ReadDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName(), Record, Idx);
|
/external/clang/lib/AST/ |
H A D | ASTContext.cpp | 4239 // DNInfo work in progress: CHECKME: what about DNLoc? 4245 // DNInfo work in progress: CHECKME: what about DNLoc? 4258 DeclarationNameLoc DNLoc; local 4259 DNLoc.CXXOperatorName.BeginOpNameLoc = SourceLocation().getRawEncoding(); 4260 DNLoc.CXXOperatorName.EndOpNameLoc = SourceLocation().getRawEncoding(); 4261 return DeclarationNameInfo(DName, NameLoc, DNLoc);
|
Completed in 211 milliseconds