Home
last modified time | relevance | path

Searched defs:IntroducerRange (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp245 createLambdaClosureType(SourceRange IntroducerRange,TypeSourceInfo * Info,unsigned LambdaDependencyKind,LambdaCaptureDefault CaptureDefault) createLambdaClosureType() argument
481 buildLambdaScope(LambdaScopeInfo * LSI,CXXMethodDecl * CallOperator,SourceRange IntroducerRange,LambdaCaptureDefault CaptureDefault,SourceLocation CaptureDefaultLoc,bool ExplicitParams,bool Mutable) buildLambdaScope() argument
930 CreateLambdaCallOperator(SourceRange IntroducerRange,CXXRecordDecl * Class) CreateLambdaCallOperator() argument
1598 addFunctionPointerConversion(Sema & S,SourceRange IntroducerRange,CXXRecordDecl * Class,CXXMethodDecl * CallOperator,QualType InvokerFunctionTy) addFunctionPointerConversion() argument
1773 addFunctionPointerConversions(Sema & S,SourceRange IntroducerRange,CXXRecordDecl * Class,CXXMethodDecl * CallOperator) addFunctionPointerConversions() argument
1790 addBlockPointerConversion(Sema & S,SourceRange IntroducerRange,CXXRecordDecl * Class,CXXMethodDecl * CallOperator) addBlockPointerConversion() argument
2019 SourceRange IntroducerRange; BuildLambdaExpr() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h861 SourceRange IntroducerRange; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1205 LambdaExpr(QualType T,SourceRange IntroducerRange,LambdaCaptureDefault CaptureDefault,SourceLocation CaptureDefaultLoc,bool ExplicitParams,bool ExplicitResultType,ArrayRef<Expr * > CaptureInits,SourceLocation ClosingBrace,bool ContainsUnexpandedParameterPack) LambdaExpr() argument
1245 Create(const ASTContext & Context,CXXRecordDecl * Class,SourceRange IntroducerRange,LambdaCaptureDefault CaptureDefault,SourceLocation CaptureDefaultLoc,bool ExplicitParams,bool ExplicitResultType,ArrayRef<Expr * > CaptureInits,SourceLocation ClosingBrace,bool ContainsUnexpandedParameterPack) Create() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1942 SourceRange IntroducerRange; global() variable