OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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