Home
last modified time | relevance | path

Searched refs:GetSpecifiers (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp89 llvm::ArrayRef<MSVCUndecoratedNameSpecifier> specs = parser.GetSpecifiers(); in ExtractContextAndIdentifier()
100 llvm::ArrayRef<MSVCUndecoratedNameSpecifier> specs = parser.GetSpecifiers(); in DropScope()
H A DMSVCUndecoratedNameParser.h35 llvm::ArrayRef<MSVCUndecoratedNameSpecifier> GetSpecifiers() const { in GetSpecifiers() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1044 llvm::ArrayRef<MSVCUndecoratedNameSpecifier> specs = parser.GetSpecifiers(); in GetDeclContextContainingSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp328 llvm::ArrayRef<MSVCUndecoratedNameSpecifier> specs = parser.GetSpecifiers(); in CreateDeclInfoForUndecoratedName()
H A DSymbolFileNativePDB.cpp623 llvm::ArrayRef<MSVCUndecoratedNameSpecifier> specs = parser.GetSpecifiers(); in GetUnqualifiedTypeName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7409 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()