Home
last modified time | relevance | path

Searched defs:shouldBeCalledOnce (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1037 bool shouldBeCalledOnce(const ParmVarDecl *Parameter) const { in shouldBeCalledOnce() function in __anon4ef948f50111::CalledOnceChecker
1045 bool shouldBeCalledOnce(const DeclContext *ParamContext, in shouldBeCalledOnce() function in __anon4ef948f50111::CalledOnceChecker
1057 bool shouldBeCalledOnce(const BlockDecl *Block, unsigned ParamIndex) const { in shouldBeCalledOnce() function in __anon4ef948f50111::CalledOnceChecker
1061 bool shouldBeCalledOnce(const FunctionDecl *Function, in shouldBeCalledOnce() function in __anon4ef948f50111::CalledOnceChecker
1077 bool shouldBeCalledOnce(const ObjCMethodDecl *Method, in shouldBeCalledOnce() function in __anon4ef948f50111::CalledOnceChecker
1096 bool shouldBeCalledOnce(const CallExpr *Call, unsigned ParamIndex) const { in shouldBeCalledOnce() function in __anon4ef948f50111::CalledOnceChecker
1101 bool shouldBeCalledOnce(const ObjCMessageExpr *Message, in shouldBeCalledOnce() function in __anon4ef948f50111::CalledOnceChecker