HomeSort by relevance Sort by last modified time
    Searched defs:IdLoc (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/AST/
ExprObjC.h 240 SourceLocation IdLoc;
257 IdLoc(l), ReceiverLoc(), Receiver(base) {
267 IdLoc(l), ReceiverLoc(sl), Receiver(st.getTypePtr()) {
272 SourceLocation IdLoc, Expr *Base)
277 IdLoc(IdLoc), ReceiverLoc(), Receiver(Base) {
282 SourceLocation IdLoc,
286 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
291 SourceLocation IdLoc,
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 737 SourceLocation IdLoc = ConsumeToken();
744 if (!Actions.DiagnoseUnknownTemplateName(*Id, IdLoc, getCurScope(),
746 Diag(IdLoc, diag::err_unknown_template_name)
755 TemplateName.setIdentifier(Id, IdLoc);
778 ParsedType Type = Actions.getTypeName(*Id, IdLoc, getCurScope(), &SS, true,
782 Diag(IdLoc, diag::err_expected_class_name);
787 EndLocation = IdLoc;
791 DS.SetRangeStart(IdLoc);
797 DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type);
    [all...]
ParseExprCXX.cpp 355 SourceLocation IdLoc = ConsumeToken();
361 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
363 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
    [all...]
ParseStmt.cpp 731 SourceLocation IdLoc = ConsumeToken();
732 DeclsInGroup.push_back(Actions.LookupOrCreateLabel(II, IdLoc, LabelLoc));
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 6613 milliseconds