Searched refs:getIntroducerRange (Results 1 - 3 of 3) sorted by relevance

/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp100 Match("", Lambda->getIntroducerRange().getBegin());
/external/clang/include/clang/AST/
H A DExprCXX.h1493 SourceRange getIntroducerRange() const { return IntroducerRange; } function in class:clang::LambdaExpr
/external/clang/lib/Sema/
H A DTreeTransform.h8733 = getSema().createLambdaClosureType(E->getIntroducerRange(),
8742 = getSema().startLambdaDefinition(Class, E->getIntroducerRange(),
8767 getSema().buildLambdaScope(LSI, CallOperator, E->getIntroducerRange(),

Completed in 1383 milliseconds