Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dforward-class-impl-metadata.m9 @class PVR;
13 PVR *_imageBrowser;
20 @interface PVR : BASE interface
23 @implementation PVR implementation
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp201 const ParamVarRegion *PVR = in getParameterLocation() local
204 return PVR; in getParameterLocation()