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

/external/clang/lib/Sema/
H A DSemaLambda.cpp230 SourceRange IntroRange = LSI->IntroducerRange;
243 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange, argument
254 IntroducerRange.getBegin(),
355 SourceRange IntroducerRange,
385 = IntroducerRange.getBegin().getRawEncoding();
387 = IntroducerRange.getEnd().getRawEncoding();
391 IntroducerRange.getBegin(),
438 SourceRange IntroducerRange,
452 LSI->IntroducerRange = IntroducerRange;
354 startLambdaDefinition(CXXRecordDecl *Class, SourceRange IntroducerRange, TypeSourceInfo *MethodTypeInfo, SourceLocation EndLoc, ArrayRef<ParmVarDecl *> Params, const bool IsConstexprSpecified) argument
436 buildLambdaScope(LambdaScopeInfo *LSI, CXXMethodDecl *CallOperator, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, SourceLocation CaptureDefaultLoc, bool ExplicitParams, bool ExplicitResultType, bool Mutable) argument
1147 addFunctionPointerConversion(Sema &S, SourceRange IntroducerRange, CXXRecordDecl *Class, CXXMethodDecl *CallOperator) argument
1329 addBlockPointerConversion(Sema &S, SourceRange IntroducerRange, CXXRecordDecl *Class, CXXMethodDecl *CallOperator) argument
1499 SourceRange IntroducerRange; local
[all...]
H A DSemaDecl.cpp11202 LSI->IntroducerRange = DNI.getCXXOperatorNameRange();
/external/clang/lib/AST/
H A DExprCXX.cpp851 LambdaExpr::LambdaExpr(QualType T, SourceRange IntroducerRange, argument
863 IntroducerRange(IntroducerRange), CaptureDefaultLoc(CaptureDefaultLoc),
909 SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault,
922 return new (Mem) LambdaExpr(T, IntroducerRange,
907 Create( const ASTContext &Context, CXXRecordDecl *Class, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, SourceLocation CaptureDefaultLoc, ArrayRef<LambdaCapture> Captures, bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, ArrayRef<VarDecl *> ArrayIndexVars, ArrayRef<unsigned> ArrayIndexStarts, SourceLocation ClosingBrace, bool ContainsUnexpandedParameterPack) argument
/external/clang/include/clang/Sema/
H A DScopeInfo.h675 SourceRange IntroducerRange; member in class:clang::sema::final
H A DSema.h5099 CXXRecordDecl *createLambdaClosureType(SourceRange IntroducerRange,
5106 SourceRange IntroducerRange,
5115 SourceRange IntroducerRange,
/external/clang/include/clang/AST/
H A DExprCXX.h1507 SourceRange IntroducerRange; member in class:clang::final
1549 LambdaExpr(QualType T, SourceRange IntroducerRange,
1587 Create(const ASTContext &C, CXXRecordDecl *Class, SourceRange IntroducerRange,
1709 SourceRange getIntroducerRange() const { return IntroducerRange; }
1748 return IntroducerRange.getBegin();
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1245 Record.AddSourceRange(E->IntroducerRange);
H A DASTReaderStmt.cpp1273 E->IntroducerRange = ReadSourceRange(Record, Idx);

Completed in 265 milliseconds