HomeSort by: relevance | last modified time | path
    Searched refs:isVariableCapture (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp 223 return !isNested() && isVariableCapture() && getVariable()->isInitCapture();
SemaLambda.cpp 1601 assert(Cap.isVariableCapture() && "unknown kind of capture");
1700 if (Capture.isVariableCapture()) {
1850 assert(From.isVariableCapture() && "unknown kind of capture");
SemaCUDA.cpp 833 if (Capture.isVariableCapture()) {
SemaStmt.cpp 4670 assert(Cap.isVariableCapture() && "unknown kind of capture");
SemaDecl.cpp 7547 if (Capture.isVariableCapture() && Capture.getVariable() == VD)
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 605 bool isVariableCapture() const {
631 assert(isVariableCapture());

Completed in 36 milliseconds