HomeSort by relevance Sort by last modified time
    Searched refs:capturesVariable (Results 1 - 20 of 20) sorted by null

  /external/clang/include/clang/AST/
LambdaCapture.h 89 bool capturesVariable() const {
106 assert(capturesVariable() && "No variable available for capture");
Stmt.h     [all...]
Decl.h     [all...]
  /external/clang/lib/AST/
Stmt.cpp 992 assert((capturesVariable() || capturesVariableByCopy()) &
    [all...]
ExprCXX.cpp     [all...]
DeclCXX.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/lib/Index/
IndexBody.cpp 283 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols())
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 431 if (!C.capturesVariable())
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 170 if (!LC.capturesVariable())
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 185 if (I->capturesVariable()) {
    [all...]
SemaOpenMP.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 65 if (C.capturesVariable() || C.capturesVariableByCopy()) {
166 assert(CurCap->capturesVariable() && "Expected capture by reference.");
226 if (I->capturesVariable() || I->capturesVariableByCopy()) {
285 } else if (I->capturesVariable()) {
    [all...]
CGOpenMPRuntime.cpp 336 if (!C.capturesVariable() && !C.capturesVariableByCopy())
    [all...]
CodeGenFunction.h 192 else if (I->capturesVariable())
    [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 527 milliseconds