Searched refs:NameLoc (Results 51 - 63 of 63) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2159 SourceLocation NameLoc,
2171 LookupResult Result(*this, Name, NameLoc, LookupOrdinaryName);
2215 DiagnoseUseOfDecl(Type, NameLoc);
2222 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc);
2245 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc);
2157 getObjCMessageKind(Scope *S, IdentifierInfo *Name, SourceLocation NameLoc, bool IsSuper, bool HasTrailingDot, ParsedType &ReceiverType) argument
H A DSemaDeclObjC.cpp4641 LookupResult R(*this, ArgInfo[i].Name, ArgInfo[i].NameLoc,
4647 Diag(ArgInfo[i].NameLoc,
4658 : ArgInfo[i].NameLoc;
4661 ArgInfo[i].NameLoc, ArgInfo[i].Name,
H A DSemaExpr.cpp2293 SourceLocation NameLoc = NameInfo.getLoc(); local
2379 NamedDecl *D = ImplicitlyDefineFunction(NameLoc, *II, S);
5106 SourceLocation NameLoc = ME ? ME->getMemberLoc() : Fn->getBeginLoc(); local
5110 DeclarationNameInfo(FuncName, NameLoc), Sema::LookupOrdinaryName,
5115 OverloadCandidateSet OCS(NameLoc, OverloadCandidateSet::CSK_Normal);
5122 switch (OCS.BestViableFunction(S, NameLoc, Best)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2000 E->SubstNonTypeTemplateParmExprBits.NameLoc = readSourceLocation();
2014 E->NameLoc = readSourceLocation();
2021 E->NameLoc = readSourceLocation();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1243 SMLoc NameLoc, OperandVector &Operands) override;
4291 SMLoc NameLoc = getLexer().getLoc(); local
4332 return Error(NameLoc, "invalid symbol redefinition");
4523 SMLoc NameLoc, OperandVector &Operands) {
4526 Operands.push_back(AMDGPUOperand::CreateToken(this, Name, NameLoc));
4521 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1694 SourceLocation NameLoc; member in struct:clang::DecompositionDeclarator::Binding
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp190 SMLoc NameLoc, OperandVector &Operands) override;
6733 SMLoc NameLoc, OperandVector &Operands) {
6744 return Error(NameLoc, "unknown instruction" + Suggestion);
6747 Operands.push_back(MipsOperand::CreateToken(Name, NameLoc, *this));
6732 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp181 SMLoc NameLoc, OperandVector &Operands) override {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h922 SourceLocation NameLoc; member in class:clang::SubstNonTypeTemplateParmExprBitfields
H A DDeclTemplate.h1223 SourceLocation NameLoc,
H A DASTContext.h2009 SourceLocation NameLoc) const;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2905 SourceLocation NameLoc,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp549 SourceLocation NameLoc, QualType T,
555 DeclarationNameInfo(D->getDeclName(), NameLoc),
545 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc, QualType T, ExprValueKind VK, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, NonOdrUseReason NOUR) argument

Completed in 263 milliseconds

123