Searched refs:ReadDeclarationNameLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 2129 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 D | ASTReaderDecl.cpp | 153 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 D | ASTReaderStmt.cpp | 100 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, in ReadDeclarationNameLoc() function in clang::ASTStmtReader 568 ReadDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName()); in VisitDeclRefExpr()
|
| H A D | ASTReader.cpp | 8639 void ASTReader::ReadDeclarationNameLoc(ModuleFile &F, in ReadDeclarationNameLoc() function in ASTReader 8678 ReadDeclarationNameLoc(F, DNLoc, NameInfo.getName(), Record, Idx); in ReadDeclarationNameInfo()
|