HomeSort by relevance Sort by last modified time
    Searched defs:VarTy (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 162 QualType VarTy = Var->getType();
164 if (!VarTy->isReferenceType()) {
174 QualType VarTy = Var->getType();
178 VarTy->isReferenceType()));
    [all...]
CodeGenFunction.h 603 QualType VarTy = LocalVD->getType();
604 if (VarTy->isReferenceType()) {
605 Address Temp = CGF.CreateMemTemp(VarTy);
    [all...]

Completed in 182 milliseconds