Searched refs:IntroducerRange (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Sema/
H A DSemaLambda.cpp24 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange, argument
33 IntroducerRange.getBegin(),
55 SourceRange IntroducerRange,
68 = IntroducerRange.getBegin().getRawEncoding();
70 = IntroducerRange.getEnd().getRawEncoding();
74 IntroducerRange.getBegin(),
174 SourceRange IntroducerRange,
185 LSI->IntroducerRange = IntroducerRange;
690 SourceRange IntroducerRange,
54 startLambdaDefinition(CXXRecordDecl *Class, SourceRange IntroducerRange, TypeSourceInfo *MethodType, SourceLocation EndLoc, ArrayRef<ParmVarDecl *> Params) argument
173 enterLambdaScope(CXXMethodDecl *CallOperator, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, bool ExplicitParams, bool ExplicitResultType, bool Mutable) argument
689 addFunctionPointerConversion(Sema &S, SourceRange IntroducerRange, CXXRecordDecl *Class, CXXMethodDecl *CallOperator) argument
764 addBlockPointerConversion(Sema &S, SourceRange IntroducerRange, CXXRecordDecl *Class, CXXMethodDecl *CallOperator) argument
815 SourceRange IntroducerRange; local
[all...]
/external/clang/include/clang/Sema/
H A DScopeInfo.h504 SourceRange IntroducerRange; member in class:clang::sema::LambdaScopeInfo
H A DSema.h4230 CXXRecordDecl *createLambdaClosureType(SourceRange IntroducerRange,
4236 SourceRange IntroducerRange,
4243 SourceRange IntroducerRange,
/external/clang/lib/AST/
H A DExprCXX.cpp833 SourceRange IntroducerRange,
846 IntroducerRange(IntroducerRange),
894 SourceRange IntroducerRange,
916 return new (Mem) LambdaExpr(T, IntroducerRange, CaptureDefault,
832 LambdaExpr(QualType T, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, ArrayRef<Capture> Captures, bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, ArrayRef<VarDecl *> ArrayIndexVars, ArrayRef<unsigned> ArrayIndexStarts, SourceLocation ClosingBrace, bool ContainsUnexpandedParameterPack) argument
892 Create(ASTContext &Context, CXXRecordDecl *Class, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, ArrayRef<Capture> Captures, bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, ArrayRef<VarDecl *> ArrayIndexVars, ArrayRef<unsigned> ArrayIndexStarts, SourceLocation ClosingBrace, bool ContainsUnexpandedParameterPack) argument
/external/clang/include/clang/AST/
H A DExprCXX.h1159 SourceRange IntroducerRange; member in class:clang::LambdaExpr
1271 LambdaExpr(QualType T, SourceRange IntroducerRange,
1313 SourceRange IntroducerRange,
1390 SourceRange getIntroducerRange() const { return IntroducerRange; }
1420 return IntroducerRange.getBegin();
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1098 Writer.AddSourceRange(E->IntroducerRange, Record);
H A DASTReaderStmt.cpp1121 E->IntroducerRange = ReadSourceRange(Record, Idx);

Completed in 77 milliseconds