Searched refs:VDef (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
H A DThreadSafety.cpp1232 VarDefinition *VDef = &VarDefinitions[i1]; local
1233 assert(VDef->isReference());
1237 VDef->Ref = 0; // Mark this variable as undefined
/external/clang/lib/AST/
H A DExprConstant.cpp2465 if (const VarDecl *VDef = VD->getDefinition(Info.Ctx))
2466 VD = VDef;

Completed in 96 milliseconds