HomeSort by: relevance | last modified time | path
    Searched defs:LambdaExpr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp 1122 LambdaExpr::LambdaExpr(QualType T, SourceRange IntroducerRange,
1152 LambdaExpr::LambdaExpr(EmptyShell Empty, unsigned NumCaptures)
1156 // Initially don't initialize the body of the LambdaExpr. The body will
1161 LambdaExpr *LambdaExpr::Create(const ASTContext &Context, CXXRecordDecl *Class,
1176 LambdaExpr(T, IntroducerRange, CaptureDefault, CaptureDefaultLoc,
1181 LambdaExpr *LambdaExpr::CreateDeserialized(const ASTContext &C
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h 101 X(LambdaExpr) \
2068 class LambdaExpr : public Node {
2072 LambdaExpr(const Node *Type_) : Node(KLambdaExpr), Type(Type_) {}
4325 return make<LambdaExpr>(T);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1779 LambdaExpr, // Lambda-expression declarator.
2019 case DeclaratorContext::LambdaExpr:
2059 case DeclaratorContext::LambdaExpr:
2102 case DeclaratorContext::LambdaExpr:
2158 case DeclaratorContext::LambdaExpr:
2379 case DeclaratorContext::LambdaExpr:
2414 case DeclaratorContext::LambdaExpr:

Completed in 48 milliseconds