Home
last modified time | relevance | path

Searched refs:getMemoryFunctionKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2996 unsigned getMemoryFunctionKind() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4391 unsigned FunctionDecl::getMemoryFunctionKind() const { in getMemoryFunctionKind() function in FunctionDecl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3419 unsigned CMId = FDecl->getMemoryFunctionKind(); in CheckFunctionCall()
8933 if (!FD || FD->getMemoryFunctionKind() != Builtin::BIstrlen) in getStrlenExprArg()