HomeSort by: relevance | last modified time | path
    Searched refs:LambdaIntroducer (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.h 105 void parseSquare(bool LambdaIntroducer = false);
UnwrappedLineParser.cpp 1727 parseSquare(/*LambdaIntroducer=*/true);
1949 void UnwrappedLineParser::parseSquare(bool LambdaIntroducer) {
1950 if (!LambdaIntroducer) {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseInit.cpp 75 LambdaIntroducer Intro;
88 // here rather than throwing away then reparsing the LambdaIntroducer.
ParseExprCXX.cpp 735 LambdaIntroducer Intro;
781 LambdaIntroducer Intro;
799 Intro = LambdaIntroducer();
816 /// \param Intro A LambdaIntroducer filled in with information about the
824 bool Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro,
1237 LambdaIntroducer &Intro) {
ParseTentative.cpp 705 LambdaIntroducer Intro;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 2665 struct LambdaIntroducer {
2692 LambdaIntroducer()
Sema.h 6649 ArrayRef<LambdaIntroducer::LambdaCapture> Captures,
6660 void ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro,
12317 void CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp 540 ArrayRef<LambdaIntroducer::LambdaCapture> Captures,
889 void Sema::ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro,
SemaCodeComplete.cpp 6412 void Sema::CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro,
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1893 ParseLambdaIntroducer(LambdaIntroducer &Intro,
1895 ExprResult ParseLambdaExpressionAfterIntroducer(LambdaIntroducer &Intro);

Completed in 72 milliseconds