Home
last modified time | relevance | path

Searched refs:ReadDeclarationNameLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h2129 void ReadDeclarationNameLoc(ModuleFile &F,
2538 return Reader->ReadDeclarationNameLoc(*F, DNLoc, Name, Record, Idx); in readDeclarationNameLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp153 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name) { in ReadDeclarationNameLoc() function in clang::ASTDeclReader
851 ReadDeclarationNameLoc(FD->DNLoc, FD->getDeclName()); in VisitFunctionDecl()
1575 ReadDeclarationNameLoc(D->DNLoc, D->getDeclName()); in VisitUsingDecl()
1625 ReadDeclarationNameLoc(D->DNLoc, D->getDeclName()); in VisitUnresolvedUsingValueDecl()
H A DASTReaderStmt.cpp100 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, in ReadDeclarationNameLoc() function in clang::ASTStmtReader
568 ReadDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName()); in VisitDeclRefExpr()
H A DASTReader.cpp8639 void ASTReader::ReadDeclarationNameLoc(ModuleFile &F, in ReadDeclarationNameLoc() function in ASTReader
8678 ReadDeclarationNameLoc(F, DNLoc, NameInfo.getName(), Record, Idx); in ReadDeclarationNameInfo()