Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp245 Sema::createLambdaClosureType(SourceRange IntroducerRange, TypeSourceInfo *Info, in createLambdaClosureType()
481 SourceRange IntroducerRange, in buildLambdaScope()
930 CXXMethodDecl *Sema::CreateLambdaCallOperator(SourceRange IntroducerRange, in CreateLambdaCallOperator()
1598 static void addFunctionPointerConversion(Sema &S, SourceRange IntroducerRange, in addFunctionPointerConversion()
1773 static void addFunctionPointerConversions(Sema &S, SourceRange IntroducerRange, in addFunctionPointerConversions()
1790 SourceRange IntroducerRange, in addBlockPointerConversion()
2019 SourceRange IntroducerRange; in BuildLambdaExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h861 SourceRange IntroducerRange; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1205 LambdaExpr::LambdaExpr(QualType T, SourceRange IntroducerRange, in LambdaExpr()
1245 SourceRange IntroducerRange, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1942 SourceRange IntroducerRange; variable