Searched defs:DNLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclCXX.h3050 DeclarationNameLoc DNLoc; member in class:clang::UsingDecl
3064 DNLoc(NameInfo.getInfo()), FirstUsingShadow(nullptr, HasTypenameKeyword) {
3084 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
3197 DeclarationNameLoc DNLoc; member in class:clang::UnresolvedUsingValueDecl
3206 DNLoc(NameInfo.getInfo())
3229 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
H A DExpr.h945 DeclarationNameLoc DNLoc; member in class:clang::final
985 D(D), Loc(L), DNLoc(LocInfo) {
1022 return DeclarationNameInfo(getDecl()->getDeclName(), Loc, DNLoc);
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp70 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name, argument
72 Reader.ReadDeclarationNameLoc(F, DNLoc, Name, R, I);
480 ReadDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName(), Record, Idx);
/external/clang/lib/AST/
H A DASTContext.cpp4293 // DNInfo work in progress: CHECKME: what about DNLoc?
4299 // DNInfo work in progress: CHECKME: what about DNLoc?
4312 DeclarationNameLoc DNLoc; local
4313 DNLoc.CXXOperatorName.BeginOpNameLoc = SourceLocation().getRawEncoding();
4314 DNLoc.CXXOperatorName.EndOpNameLoc = SourceLocation().getRawEncoding();
4315 return DeclarationNameInfo(DName, NameLoc, DNLoc);

Completed in 419 milliseconds