Home
last modified time | relevance | path

Searched refs:Intro (Results 1 – 25 of 32) sorted by relevance

12

/external/clang/lib/Sema/
DSemaLambda.cpp804 void Sema::ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro, in ActOnStartOfLambdaDefinition() argument
848 EndLoc = Intro.Range.getEnd(); in ActOnStartOfLambdaDefinition()
878 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo, in ActOnStartOfLambdaDefinition()
879 KnownDependent, Intro.Default); in ActOnStartOfLambdaDefinition()
882 startLambdaDefinition(Class, Intro.Range, MethodTyInfo, EndLoc, Params, in ActOnStartOfLambdaDefinition()
894 buildLambdaScope(LSI, Method, Intro.Range, Intro.Default, Intro.DefaultLoc, in ActOnStartOfLambdaDefinition()
908 if (Intro.Default != LCD_None && !Class->getParent()->isFunctionOrMethod() && in ActOnStartOfLambdaDefinition()
912 Diag(Intro.DefaultLoc, diag::err_capture_default_non_local); in ActOnStartOfLambdaDefinition()
919 = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc; in ActOnStartOfLambdaDefinition()
920 for (auto C = Intro.Captures.begin(), E = Intro.Captures.end(); C != E; in ActOnStartOfLambdaDefinition()
[all …]
DSemaCodeComplete.cpp4554 void Sema::CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro, in CodeCompleteLambdaIntroducer() argument
4564 for (const auto &C : Intro.Captures) { in CodeCompleteLambdaIntroducer()
4589 if (!IncludedThis && !AfterAmpersand && Intro.Default != LCD_ByCopy) in CodeCompleteLambdaIntroducer()
/external/clang/lib/Parse/
DParseExprCXX.cpp719 LambdaIntroducer Intro; in ParseLambdaExpression() local
720 Optional<unsigned> DiagID = ParseLambdaIntroducer(Intro); in ParseLambdaExpression()
729 return ParseLambdaExpressionAfterIntroducer(Intro); in ParseLambdaExpression()
770 LambdaIntroducer Intro; in TryParseLambdaExpression() local
771 if (TryParseLambdaIntroducer(Intro)) in TryParseLambdaExpression()
774 return ParseLambdaExpressionAfterIntroducer(Intro); in TryParseLambdaExpression()
786 Optional<unsigned> Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro, in ParseLambdaIntroducer() argument
794 Intro.Range.setBegin(T.getOpenLocation()); in ParseLambdaIntroducer()
801 Intro.Default = LCD_ByRef; in ParseLambdaIntroducer()
802 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer()
[all …]
DParseInit.cpp72 LambdaIntroducer Intro; in MayBeDesignationStart() local
74 Optional<unsigned> DiagID(ParseLambdaIntroducer(Intro, &SkippedInits)); in MayBeDesignationStart()
DParseTentative.cpp614 LambdaIntroducer Intro; in isCXX11AttributeSpecifier() local
615 if (!TryParseLambdaIntroducer(Intro)) { in isCXX11AttributeSpecifier()
/external/autotest/client/site_tests/camera_V4L2/
Dcontrol28 http://www.linuxfordevices.com/c/a/Linux-For-Devices-Articles/Intro-to-V4L2/
Dcontrol.certification32 http://www.linuxfordevices.com/c/a/Linux-For-Devices-Articles/Intro-to-V4L2/
/external/autotest/client/tests/qemu_iotests/
Dcontrol10 * Intro
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DFormatVariadicTest.cpp510 const char *Intro = in TEST() local
522 Stream << formatv(Intro, std::tuple_size<Tuple>::value, in TEST()
/external/mesa3d/src/intel/isl/
DREADME39 Intro
/external/llvm/docs/
Dindex.rst32 .. __: http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html
34 `Intro to LLVM`__
DCompilerWriterInfo.rst51 * `Intro to PowerPC Architecture <http://www.ibm.com/developerworks/linux/library/l-powarch/>`_
/external/u-boot/board/buffalo/lsxl/
DREADME1 Intro
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCompilerWriterInfo.rst57 * `Intro to PowerPC Architecture <http://www.ibm.com/developerworks/linux/library/l-powarch/>`_
Dindex.rst27 .. __: http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html
29 `Intro to LLVM`__
DContributing.rst114 `Intro to LLVM`__
/external/ltp/doc/
Dnommu-notes.txt2 --- Intro ---
/external/clang/include/clang/Parse/
DParser.h1524 Optional<unsigned> ParseLambdaIntroducer(LambdaIntroducer &Intro,
1526 bool TryParseLambdaIntroducer(LambdaIntroducer &Intro);
1528 LambdaIntroducer &Intro);
/external/Reactive-Extensions/RxCpp/
DREADME.md137 * [Intro](http://reactivex.io/intro.html)
/external/u-boot/board/sbc8548/
DREADME1 Intro:
/external/python/cpython2/Modules/
Dgc_weakref.txt1 Intro
/external/python/cpython3/Modules/
Dgc_weakref.txt1 Intro
/external/v8/tools/mb/docs/
Ddesign_spec.md5 ## Intro section in The MB (Meta-Build wrapper) design spec
/external/curl/docs/
DINTERNALS.md4 - [Intro](#intro)
43 Intro chapter
/external/python/cpython2/Objects/
Dlistsort.txt1 Intro

12