Searched defs:IntroducerRange (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 248 Sema::createLambdaClosureType(SourceRange IntroducerRange, TypeSourceInfo *Info, in createLambdaClosureType() 523 SourceRange IntroducerRange, in buildLambdaScope() 972 CXXMethodDecl *Sema::CreateLambdaCallOperator(SourceRange IntroducerRange, in CreateLambdaCallOperator() 1656 static void addFunctionPointerConversion(Sema &S, SourceRange IntroducerRange, in addFunctionPointerConversion() 1831 static void addFunctionPointerConversions(Sema &S, SourceRange IntroducerRange, in addFunctionPointerConversions() 1848 SourceRange IntroducerRange, in addBlockPointerConversion() 2077 SourceRange IntroducerRange; in BuildLambdaExpr() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 878 SourceRange IntroducerRange; variable
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 1255 LambdaExpr::LambdaExpr(QualType T, SourceRange IntroducerRange, in LambdaExpr() 1295 SourceRange IntroducerRange, in Create()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 1958 SourceRange IntroducerRange; variable
|