Home
last modified time | relevance | path

Searched refs:StartArg (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp724 Expr **StartArg = &Args[0]; in handleAcquiredAfterAttr() local
727 StartArg, Args.size(), in handleAcquiredAfterAttr()
737 Expr **StartArg = &Args[0]; in handleAcquiredBeforeAttr() local
740 StartArg, Args.size(), in handleAcquiredBeforeAttr()
771 Expr **StartArg = Size == 0 ? 0 : &Args[0]; in handleSharedLockFunctionAttr() local
773 SharedLockFunctionAttr(Attr.getRange(), S.Context, StartArg, Size, in handleSharedLockFunctionAttr()
784 Expr **StartArg = Size == 0 ? 0 : &Args[0]; in handleExclusiveLockFunctionAttr() local
787 StartArg, Size, in handleExclusiveLockFunctionAttr()
824 Expr **StartArg = Size == 0 ? 0 : &Args[0]; in handleSharedTrylockFunctionAttr() local
827 Attr.getArg(0), StartArg, Size, in handleSharedTrylockFunctionAttr()
[all …]
DSemaOverload.cpp7806 unsigned StartArg = 0; in isBetterOverloadCandidate() local
7808 StartArg = 1; in isBetterOverloadCandidate()
7817 for (unsigned ArgIdx = StartArg; ArgIdx < NumArgs; ++ArgIdx) { in isBetterOverloadCandidate()