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

1 2

  /external/clang/include/clang/AST/
LambdaCapture.h 89 bool capturesVariable() const {
106 assert(capturesVariable() && "No variable available for capture");
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
LambdaCapture.h 89 bool capturesVariable() const {
106 assert(capturesVariable() && "No variable available for capture");
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
LambdaCapture.h 89 bool capturesVariable() const {
106 assert(capturesVariable() && "No variable available for capture");
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
LambdaCapture.h 89 bool capturesVariable() const {
106 assert(capturesVariable() && "No variable available for capture");
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
LambdaCapture.h 89 bool capturesVariable() const {
106 assert(capturesVariable() && "No variable available for capture");
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
LambdaCapture.h 89 bool capturesVariable() const {
106 assert(capturesVariable() && "No variable available for capture");
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
LambdaCapture.h 89 bool capturesVariable() const {
106 assert(capturesVariable() && "No variable available for capture");
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
LambdaCapture.h 89 bool capturesVariable() const {
106 assert(capturesVariable() && "No variable available for capture");
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
LambdaCapture.h 89 bool capturesVariable() const {
106 assert(capturesVariable() && "No variable available for capture");
Stmt.h     [all...]
  /external/clang/lib/AST/
Stmt.cpp 992 assert((capturesVariable() || capturesVariableByCopy()) &
    [all...]
ExprCXX.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...]
  /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...]

Completed in 532 milliseconds

1 2