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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp 486 bool ExplicitParams,
498 LSI->ExplicitParams = ExplicitParams;
912 bool ExplicitParams = true;
941 ExplicitParams = false;
982 if (ExplicitParams)
1012 ExplicitParams, ExplicitResultType, !Method->isConst());
1753 bool ExplicitParams;
1762 ExplicitParams = LSI->ExplicitParams;
    [all...]
SemaDeclCXX.cpp 17897 TemplateParameterList *ExplicitParams = nullptr;
17902 ExplicitParams = MatchTemplateParametersToScopeSpecifier(
17908 if (ExplicitParams) {
17909 Info.AutoTemplateParameterDepth = ExplicitParams->getDepth();
17910 for (NamedDecl *Param : *ExplicitParams)
17912 Info.NumExplicitTemplateParams = ExplicitParams->size();
17923 TemplateParameterList *ExplicitParams =
17927 Context, ExplicitParams->getTemplateLoc(),
17928 ExplicitParams->getLAngleLoc(), FSI.TemplateParams,
17929 ExplicitParams->getRAngleLoc()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp 1124 SourceLocation CaptureDefaultLoc, bool ExplicitParams,
1133 LambdaExprBits.ExplicitParams = ExplicitParams;
1165 bool ExplicitParams, bool ExplicitResultType,
1177 ExplicitParams, ExplicitResultType, CaptureInits, ClosingBrace,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 842 bool ExplicitParams = false;
Sema.h 6603 bool ExplicitParams,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 1888 SourceLocation CaptureDefaultLoc, bool ExplicitParams,
1909 bool ExplicitParams, bool ExplicitResultType,
2069 bool hasExplicitParameters() const { return LambdaExprBits.ExplicitParams; }
Stmt.h 946 unsigned ExplicitParams : 1;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1731 E->LambdaExprBits.ExplicitParams = Record.readInt();
ASTWriterStmt.cpp 1622 Record.push_back(E->LambdaExprBits.ExplicitParams);

Completed in 47 milliseconds