HomeSort by relevance Sort by last modified time
    Searched refs:Capture (Results 26 - 50 of 54) sorted by null

12 3

  /external/clang/include/clang/AST/
DeclCXX.h 509 typedef LambdaExpr::Capture Capture;
547 Capture *Captures;
    [all...]
ExprCXX.h     [all...]
RecursiveASTVisitor.h 242 /// \brief Recursively visit a lambda capture.
245 bool TraverseLambdaCapture(LambdaExpr::Capture C);
804 bool RecursiveASTVisitor<Derived>::TraverseLambdaCapture(LambdaExpr::Capture C){
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 813 // For C++11 Lambdas a Field will be the same as a Capture, but the Capture
821 const LambdaExpr::Capture C = *I;
2740 const BlockDecl::Capture &capture = *i; local
2761 const BlockDecl::Capture *capture = i->Capture; local
    [all...]
CGObjCMac.cpp 1974 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
2493 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
    [all...]
  /external/easymock/src/org/easymock/
EasyMock.java 1460 public static <T> T capture(Capture<T> captured) { method in class:EasyMock
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Blit.cpp 469 RECT scissorRect = {0}; // Scissoring is disabled for flipping, but we need this to capture and restore the old rectangle
532 hr = mSavedStateBlock->Capture();
Context.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 106 /// \brief RAII class used to capture the first ID within a redeclaration
148 /// \brief Class used to capture the result of searching for an existing
    [all...]
ASTWriter.cpp     [all...]
ASTWriterDecl.cpp 805 const BlockDecl::Capture &capture = *i; local
806 Writer.AddDeclRef(capture.getVariable(), Record);
809 if (capture.isByRef()) flags |= 1;
810 if (capture.isNested()) flags |= 2;
811 if (capture.hasCopyExpr()) flags |= 4;
814 if (capture.hasCopyExpr()) Writer.AddStmt(capture.getCopyExpr());
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 714 // Create a code-completion consumer to capture the results.
717 CaptureCompletionResults Capture(Opts, *Results, &TU);
725 Capture,
    [all...]
RecursiveASTVisitor.h 235 /// \brief Recursively visit a lambda capture.
238 bool TraverseLambdaCapture(LambdaExpr::Capture C);
746 bool RecursiveASTVisitor<Derived>::TraverseLambdaCapture(LambdaExpr::Capture C){
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /external/clang/lib/AST/
Decl.cpp     [all...]
DeclCXX.cpp     [all...]
  /external/regex-re2/re2/
regexp.cc 266 Regexp* Regexp::Capture(Regexp* sub, ParseFlags flags, int cap) {
475 "invalid named capture group",
529 // Walker class to build map of named capture groups and their indices.
573 // Walker class to build map from capture group indices to their names.
  /external/clang/lib/Frontend/
ASTUnit.cpp 598 // FIXME: We'd like to be able to capture these somehow, even if it's just
606 /// there is no diagnostic client to capture them already.
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 487 TEST(Capture, NamedGroups) {
    [all...]
  /external/v8/src/
jsregexp.h 113 // If successful, returns RE_SUCCESS and set the capture positions
438 VISIT(Capture) \
    [all...]
liveobjectlist.cc     [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 

Completed in 1568 milliseconds

12 3