OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:capturedByInit
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CGDecl.cpp
563
bool
capturedByInit
) {
567
if (
capturedByInit
)
587
accessedByInit = (
capturedByInit
|| isAccessedBy(D, init));
591
if (
capturedByInit
) {
636
if (
capturedByInit
) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
649
if (
capturedByInit
) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
[
all
...]
CodeGenFunction.h
[
all
...]
Completed in 2487 milliseconds