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

  /external/clang/include/clang/AST/
LambdaCapture.h 77 bool capturesVariable() const {
94 assert(capturesVariable() && "No variable available for 'this' capture");
Stmt.h     [all...]
Decl.h     [all...]
  /external/clang/tools/libclang/
IndexBody.cpp 157 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols())
CIndex.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 429 if (!C.capturesVariable())
  /external/clang/lib/AST/
Stmt.cpp     [all...]
ExprCXX.cpp     [all...]
DeclCXX.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 160 if (!LC.capturesVariable())
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 185 if (I->capturesVariable()) {
    [all...]
SemaChecking.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 41 assert(CurCap->capturesVariable() && "Expected capture by reference.");
101 if (I->capturesVariable() || I->capturesVariableByCopy()) {
160 } else if (I->capturesVariable()) {
    [all...]
CGDebugInfo.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
CodeGenFunction.h 189 else if (I->capturesVariable())
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 1873 milliseconds