HomeSort by relevance Sort by last modified time
    Searched full:forcecapturing (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/Sema/
SemaOpenMP.cpp 121 bool ForceCapturing = false;
137 bool isForceVarCapturing() const { return ForceCapturing; }
138 void setForceVarCapturing(bool V) { ForceCapturing = V; }
    [all...]

Completed in 122 milliseconds