Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp13820 else if (const auto *ETLF = dyn_cast<ExclusiveTrylockFunctionAttr>(A)) { in checkThisInStaticMemberFunctionAttributes() local
13821 Arg = ETLF->getSuccessValue(); in checkThisInStaticMemberFunctionAttributes()
13822 Args = llvm::makeArrayRef(ETLF->args_begin(), ETLF->args_size()); in checkThisInStaticMemberFunctionAttributes()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp17607 else if (const auto *ETLF = dyn_cast<ExclusiveTrylockFunctionAttr>(A)) { in checkThisInStaticMemberFunctionAttributes() local
17608 Arg = ETLF->getSuccessValue(); in checkThisInStaticMemberFunctionAttributes()
17609 Args = llvm::makeArrayRef(ETLF->args_begin(), ETLF->args_size()); in checkThisInStaticMemberFunctionAttributes()