Searched defs:IntroducerRange (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 241 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange, in createLambdaClosureType() 360 SourceRange IntroducerRange, in startLambdaDefinition() 483 SourceRange IntroducerRange, in buildLambdaScope() 1350 static void addFunctionPointerConversion(Sema &S, SourceRange IntroducerRange, in addFunctionPointerConversion() 1513 static void addFunctionPointerConversions(Sema &S, SourceRange IntroducerRange, in addFunctionPointerConversions() 1530 SourceRange IntroducerRange, in addBlockPointerConversion() 1752 SourceRange IntroducerRange; in BuildLambdaExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 828 SourceRange IntroducerRange; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprCXX.cpp | 1122 LambdaExpr::LambdaExpr(QualType T, SourceRange IntroducerRange, in LambdaExpr() 1162 SourceRange IntroducerRange, in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ExprCXX.h | 1870 SourceRange IntroducerRange; variable
|