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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 4221 DeclaratorInfo.D.SetIdentifier(nullptr, Tok.getLocation());
5965 D.SetIdentifier(nullptr, Tok.getLocation());
6031 D.SetIdentifier(nullptr, Tok.getLocation());
6054 D.SetIdentifier(nullptr, Tok.getLocation());
6061 D.SetIdentifier(Tok.getIdentifierInfo(), Tok.getLocation());
6090 D.SetIdentifier(nullptr, Tok.getLocation());
6104 D.SetIdentifier(nullptr, Tok.getLocation());
6130 D.SetIdentifier(nullptr, Tok.getLocation());
6153 D.SetIdentifier(Tok.getIdentifierInfo(), Tok.getLocation());
6180 D.SetIdentifier(nullptr, Tok.getLocation())
    [all...]
ParseTemplate.cpp 649 D.SetIdentifier(nullptr, Tok.getLocation());
714 PossibleConceptName.setIdentifier(Tok.getIdentifierInfo(),
1460 Name.setIdentifier(Tok.getIdentifierInfo(), Tok.getLocation());
1479 Name.setIdentifier(Tok.getIdentifierInfo(), Tok.getLocation());
ParseDeclCXX.cpp 1212 TemplateName.setIdentifier(Id, IdLoc);
2348 DeclaratorInfo.SetIdentifier(nullptr, Tok.getLocation());
ParseExpr.cpp 1249 Name.setIdentifier(&II, ILoc);
2178 Name.setIdentifier(Id, Loc);
3475 // SetIdentifier sets the source range end, but in this case we're past
3478 ParamInfo.SetIdentifier(nullptr, CaretLoc);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 305 SetIdentifier(nullptr, LSquareLoc);
SemaDecl.cpp 386 TemplateName.setIdentifier(NewII, NameLoc);
728 Name.setIdentifier(II, IILoc);
8341 ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(),
8396 ExtraArgs.D.SetIdentifier(Name.getAsIdentifierInfo(),
12945 D.SetIdentifier(Ident, IdentLoc);
13716 D.SetIdentifier(nullptr, D.getIdentifierLoc());
13933 ParamD.SetIdentifier(FTI.Params[i].Ident, FTI.Params[i].IdentLoc);
14899 D.SetIdentifier(&II, Loc);
SemaOpenMP.cpp 6699 D.SetIdentifier(&VariantII, D.getBeginLoc());
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1038 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) {
2197 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) {
2198 Name.setIdentifier(Id, IdLoc);

Completed in 90 milliseconds