Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Sema/
H A DScopeInfo.h298 typedef SmallVector<WeakUseTy, 4> WeakUseVector; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DScopeInfo.h373 using WeakUseVector = SmallVector<WeakUseTy, 4>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DScopeInfo.h373 using WeakUseVector = SmallVector<WeakUseTy, 4>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DScopeInfo.h373 using WeakUseVector = SmallVector<WeakUseTy, 4>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DScopeInfo.h370 using WeakUseVector = SmallVector<WeakUseTy, 4>; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1209 typedef sema::FunctionScopeInfo::WeakUseVector WeakUseVector; in diagnoseRepeatedUseOfWeak() typedef