Searched refs:GetSpecifiers (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | MSVCUndecoratedNameParser.cpp | 89 llvm::ArrayRef<MSVCUndecoratedNameSpecifier> specs = parser.GetSpecifiers(); in ExtractContextAndIdentifier() 100 llvm::ArrayRef<MSVCUndecoratedNameSpecifier> specs = parser.GetSpecifiers(); in DropScope()
|
| H A D | MSVCUndecoratedNameParser.h | 35 llvm::ArrayRef<MSVCUndecoratedNameSpecifier> GetSpecifiers() const { in GetSpecifiers() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 1044 llvm::ArrayRef<MSVCUndecoratedNameSpecifier> specs = parser.GetSpecifiers(); in GetDeclContextContainingSymbol()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 328 llvm::ArrayRef<MSVCUndecoratedNameSpecifier> specs = parser.GetSpecifiers(); in CreateDeclInfoForUndecoratedName()
|
| H A D | SymbolFileNativePDB.cpp | 623 llvm::ArrayRef<MSVCUndecoratedNameSpecifier> specs = parser.GetSpecifiers(); in GetUnqualifiedTypeName()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 7409 GetSpecifiers(Sema &S, const FormatStringLiteral *FSL, const Expr *FmtExpr, 7660 bool DecomposePrintfHandler::GetSpecifiers( in GetSpecifiers() function in DecomposePrintfHandler 8939 if (DecomposePrintfHandler::GetSpecifiers(*this, &RefLit, in CheckFormatStringsCompatible() 8942 DecomposePrintfHandler::GetSpecifiers(*this, &TestLit, Arg, Type, IsObjC, in CheckFormatStringsCompatible() 8964 if (!DecomposePrintfHandler::GetSpecifiers(*this, &RefLit, Str, Type, IsObjC, in ValidateFormatString()
|