Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1036 bool shouldBeCalledOnce(const ParmVarDecl *Parameter) const { in shouldBeCalledOnce() function in __anon946405a00111::CalledOnceChecker
1044 bool shouldBeCalledOnce(const DeclContext *ParamContext, in shouldBeCalledOnce() function in __anon946405a00111::CalledOnceChecker
1056 bool shouldBeCalledOnce(const BlockDecl *Block, unsigned ParamIndex) const { in shouldBeCalledOnce() function in __anon946405a00111::CalledOnceChecker
1060 bool shouldBeCalledOnce(const FunctionDecl *Function, in shouldBeCalledOnce() function in __anon946405a00111::CalledOnceChecker
1076 bool shouldBeCalledOnce(const ObjCMethodDecl *Method, in shouldBeCalledOnce() function in __anon946405a00111::CalledOnceChecker
1095 bool shouldBeCalledOnce(const CallExpr *Call, unsigned ParamIndex) const { in shouldBeCalledOnce() function in __anon946405a00111::CalledOnceChecker
1100 bool shouldBeCalledOnce(const ObjCMessageExpr *Message, in shouldBeCalledOnce() function in __anon946405a00111::CalledOnceChecker