clang 20.0.0git
Public Member Functions | List of all members
clang::ast_matchers::libc_func_matchers::LibcFunNamePrefixSuffixParser Struct Reference

Public Member Functions

StringRef matchName (StringRef FunName, bool isBuiltin)
 
StringRef matchLibcNameOrBuiltinChk (StringRef Name)
 
StringRef matchLibcName (StringRef Name)
 

Detailed Description

Definition at line 483 of file UnsafeBufferUsage.cpp.

Member Function Documentation

◆ matchLibcName()

StringRef clang::ast_matchers::libc_func_matchers::LibcFunNamePrefixSuffixParser::matchLibcName ( StringRef  Name)
inline

Definition at line 506 of file UnsafeBufferUsage.cpp.

Referenced by matchLibcNameOrBuiltinChk(), and matchName().

◆ matchLibcNameOrBuiltinChk()

StringRef clang::ast_matchers::libc_func_matchers::LibcFunNamePrefixSuffixParser::matchLibcNameOrBuiltinChk ( StringRef  Name)
inline

Definition at line 499 of file UnsafeBufferUsage.cpp.

References matchLibcName().

Referenced by matchName().

◆ matchName()

StringRef clang::ast_matchers::libc_func_matchers::LibcFunNamePrefixSuffixParser::matchName ( StringRef  FunName,
bool  isBuiltin 
)
inline

The documentation for this struct was generated from the following file: