HomeSort by relevance Sort by last modified time
    Searched refs:NameLoc (Results 1 - 25 of 47) sorted by null

1 2

  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 25 bool ParseInstruction(StringRef Name, SMLoc NameLoc,
51 ParseInstruction(StringRef Name, SMLoc NameLoc,
  /external/clang/include/clang/Sema/
Designator.h 48 unsigned NameLoc;
86 return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
127 SourceLocation NameLoc) {
132 D.FieldInfo.NameLoc = NameLoc.getRawEncoding();
Lookup.h 150 SourceLocation NameLoc, Sema::LookupNameKind LookupKind,
156 NameInfo(Name, NameLoc),
Sema.h     [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 417 SourceLocation NameLoc;
425 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc)
426 : Name(Name), NameLoc(NameLoc), LocInfo(Name) {}
428 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc,
430 : Name(Name), NameLoc(NameLoc), LocInfo(LocInfo) {}
438 SourceLocation getLoc() const { return NameLoc; }
440 void setLoc(SourceLocation L) { NameLoc = L; }
510 SourceLocation getBeginLoc() const { return NameLoc; }
    [all...]
TypeLoc.h 394 SourceLocation NameLoc;
407 return this->getLocalData()->NameLoc;
410 this->getLocalData()->NameLoc = Loc;
833 SourceLocation NameLoc;
847 return getLocalData()->NameLoc;
851 getLocalData()->NameLoc = Loc;
    [all...]
ExprCXX.h     [all...]
  /external/llvm/include/llvm/MC/
MCTargetAsmParser.h 63 /// \param NameLoc - The source location of the name.
67 virtual bool ParseInstruction(StringRef Name, SMLoc NameLoc,
  /external/clang/lib/Parse/
ParseInit.cpp 162 SourceLocation NameLoc = ConsumeToken(); // Eat the identifier.
167 Diag(NameLoc, diag::ext_gnu_old_style_field_designator)
168 << FixItHint::CreateReplacement(SourceRange(NameLoc, ColonLoc),
172 D.AddDesignator(Designator::getField(FieldName, SourceLocation(), NameLoc));
ParseTemplate.cpp 490 SourceLocation NameLoc;
494 NameLoc = ConsumeToken();
516 EllipsisLoc, KeyLoc, ParamName, NameLoc,
577 SourceLocation NameLoc;
581 NameLoc = ConsumeToken();
615 ParamName, NameLoc, Depth,
    [all...]
ParseDeclCXX.cpp     [all...]
ParseExprCXX.cpp     [all...]
ParseExpr.cpp     [all...]
ParsePragma.cpp 528 SourceLocation NameLoc = Tok.getLocation();
564 PP.Diag(NameLoc, diag::warn_pragma_unknown_extension) << ename;
ParseStmt.cpp 135 SourceLocation NameLoc = Tok.getLocation();
142 = Actions.ClassifyName(getCurScope(), SS, Name, NameLoc, Next);
173 Tok.setAnnotationEndLoc(NameLoc);
180 Tok.setAnnotationEndLoc(NameLoc);
188 Id.setIdentifier(Name, NameLoc);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 741 /// \param NameLoc The source location of the name of the parameter pack.
746 SourceLocation NameLoc,
750 LookupResult R(*this, &Name, NameLoc, LookupOrdinaryName);
767 Diag(NameLoc, diag::err_sizeof_pack_no_pack_name_suggest)
770 NameLoc, Corrected.getAsString(getLangOpts()));
785 Diag(NameLoc, diag::err_sizeof_pack_no_pack_name)
793 ParameterPack, NameLoc, RParenLoc);
SemaLambda.cpp 481 DeclarationNameLoc NameLoc;
482 NameLoc.NamedType.TInfo = S.Context.getTrivialTypeSourceInfo(FunctionPtrTy,
486 DeclarationNameInfo(Name, Loc, NameLoc),
553 DeclarationNameLoc NameLoc;
554 NameLoc.NamedType.TInfo = S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc);
557 DeclarationNameInfo(Name, Loc, NameLoc),
    [all...]
SemaDecl.cpp 94 ParsedType Sema::getTypeName(IdentifierInfo &II, SourceLocation NameLoc,
127 return ActOnTypenameType(S, SourceLocation(), *SS, II, NameLoc).get();
132 II, NameLoc);
149 LookupResult Result(*this, &II, NameLoc, Kind);
183 TemplateName.setIdentifier(NewII, NameLoc);
187 NewSS.MakeTrivial(Context, NNS, SourceRange(NameLoc));
197 ParsedType Ty = getTypeName(*NewII, NameLoc, S, NewSSPtr,
205 Diag(NameLoc, diag::err_unknown_typename_suggest)
207 << FixItHint::CreateReplacement(SourceRange(NameLoc),
214 SS->MakeTrivial(Context, NNS, SourceRange(NameLoc));
    [all...]
SemaTemplate.cpp 753 SourceLocation NameLoc,
765 NameLoc.isInvalid()? TmpLoc : NameLoc,
    [all...]
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 64 virtual bool ParseInstruction(StringRef Name, SMLoc NameLoc,
482 ParseInstruction(StringRef Name, SMLoc NameLoc,
486 Operands.push_back(MBlazeOperand::CreateToken(Name.substr(0,dotLoc),NameLoc));
488 Operands.push_back(MBlazeOperand::CreateToken(Name.substr(dotLoc),NameLoc));
  /external/llvm/lib/AsmParser/
LLParser.cpp 325 LocTy NameLoc = Lex.getLoc();
333 if (ParseStructDefinition(NameLoc, Name,
339 return Error(NameLoc, "non-struct types may not be recursive");
393 LocTy NameLoc = Lex.getLoc();
413 return ParseGlobal(Name, NameLoc, Linkage, HasLinkage, Visibility);
414 return ParseAlias(Name, NameLoc, Visibility);
422 LocTy NameLoc = Lex.getLoc();
434 return ParseGlobal(Name, NameLoc, Linkage, HasLinkage, Visibility);
435 return ParseAlias(Name, NameLoc, Visibility);
564 bool LLParser::ParseAlias(const std::string &Name, LocTy NameLoc,
    [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 599 return NameLoc;
617 return NameLoc;
624 return NameLoc;
  /external/llvm/lib/TableGen/
TGParser.h 169 Init *ParseIDValue(Record *CurRec, const std::string &Name, SMLoc NameLoc,
TGParser.cpp 779 const std::string &Name, SMLoc NameLoc,
825 Error(NameLoc, "Variable not defined: '" + Name + "'");
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 102 virtual bool ParseInstruction(StringRef Name, SMLoc NameLoc,
939 ParseInstruction(StringRef Name, SMLoc NameLoc,
    [all...]

Completed in 1333 milliseconds

1 2