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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 3221 AutoTypeLoc AutoLoc = TrailingTSI->getTypeLoc().getContainedAutoTypeLoc();
3222 TemplateArgumentListInfo TAL(AutoLoc.getLAngleLoc(), AutoLoc.getRAngleLoc());
3224 for (unsigned Idx = 0; Idx < AutoLoc.getNumArgs(); ++Idx) {
3226 S.DiagnoseUnexpandedParameterPack(AutoLoc.getArgLoc(Idx),
3229 TAL.addArgument(AutoLoc.getArgLoc(Idx));
3234 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(),
3235 AutoLoc.getNamedConcept(),
3236 AutoLoc.hasExplicitTemplateArgs() ? &TAL : nullptr
    [all...]
SemaTemplateInstantiateDecl.cpp 2798 if (AutoTypeLoc AutoLoc = DI->getTypeLoc().getContainedAutoTypeLoc())
2799 if (AutoLoc.isConstrained())
2801 AutoLoc, Param,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 3498 SourceLocation AutoLoc = Tok.getLocation();
3509 << FixItHint::CreateReplacement(SourceRange(AutoLoc,

Completed in 30 milliseconds