Searched defs:NameLoc (Results 26 - 50 of 52) sorted by relevance

123

/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1488 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp882 static StringRef parseRD(StringRef Name, unsigned Prefix, SMLoc NameLoc, argument
853 parseCC(StringRef Name, unsigned Prefix, unsigned Suffix, bool IntegerCC, bool OmitCC, SMLoc NameLoc, OperandVector *Operands) argument
908 splitMnemonic(StringRef Name, SMLoc NameLoc, OperandVector *Operands) argument
968 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp833 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1656 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1758 SourceLocation NameLoc; local
1786 getCurScope(), TemplateId->Template, TemplateId->Kind, NameLoc, Name); local
4863 SourceLocation NameLoc = Tok.getLocation(); local
[all...]
H A DParseObjc.cpp3129 SourceLocation NameLoc = Tok.getLocation(); local
H A DParsePragma.cpp969 SourceLocation NameLoc = Tok.getLocation(); local
2637 SourceLocation NameLoc = Tok.getLocation(); local
H A DParseOpenMP.cpp880 SourceLocation NameLoc = Tok.getLocation(); local
856 checkForDuplicates(Parser &P, StringRef Name, SourceLocation NameLoc, llvm::StringMap<SourceLocation> &Seen, OMPContextLvl Lvl) argument
1047 SourceLocation NameLoc = Tok.getLocation(); local
1233 SourceLocation NameLoc = Tok.getLocation(); local
[all...]
H A DParseDecl.cpp4944 SourceLocation NameLoc; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1394 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2284 getObjCMessageKind(Scope *S, IdentifierInfo *Name, SourceLocation NameLoc, bool IsSuper, bool HasTrailingDot, ParsedType &ReceiverType) argument
H A DTreeTransform.h1109 RebuildDependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const IdentifierInfo *Name, SourceLocation NameLoc, TemplateArgumentListInfo &Args, bool AllowInjectedClassName) argument
4481 TransformTemplateName(CXXScopeSpec &SS, TemplateName Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope, bool AllowInjectedClassName) argument
[all...]
H A DSemaTemplate.cpp319 isDeductionGuideName(Scope *S, const IdentifierInfo &Name, SourceLocation NameLoc, CXXScopeSpec &SS, ParsedTemplateTy *Template ) argument
1627 ActOnTemplateTemplateParameter(Scope* S, SourceLocation TmpLoc, TemplateParameterList *Params, SourceLocation EllipsisLoc, IdentifierInfo *Name, SourceLocation NameLoc, unsigned Depth, unsigned Position, SourceLocation EqualLoc, ParsedTemplateArgument Default) argument
1856 CheckClassTemplate( Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, const ParsedAttributesView &Attr, TemplateParameterList *TemplateParams, AccessSpecifier AS, SourceLocation ModulePrivateLoc, SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists, TemplateParameterList **OuterTemplateParamLists, SkipBodyInfo *SkipBody) argument
4190 ActOnUndeclaredTypeTemplateName(Scope *S, TemplateTy &ParsedName, TemplateNameKind &TNK, SourceLocation NameLoc, IdentifierInfo *&II) argument
4208 resolveAssumedTemplateNameAsType(Scope *S, TemplateName &Name, SourceLocation NameLoc, bool Diagnose) argument
9210 ActOnConceptDefinition(Scope *S, MultiTemplateParamsArg TemplateParameterLists, IdentifierInfo *Name, SourceLocation NameLoc, Expr *ConstraintExpr) argument
10478 ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc, unsigned TagSpec, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, const ParsedAttributesView &Attr) argument
11001 ActOnDependentTag(Scope *S, unsigned TagSpec, TagUseKind TUK, const CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation TagLoc, SourceLocation NameLoc) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp478 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
H A DASTContext.cpp4886 getTemplateSpecializationTypeInfo(TemplateName Name, SourceLocation NameLoc, const TemplateArgumentListInfo &Args, QualType Underlying) const argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2374 OffsetOfNode(SourceLocation DotLoc, FieldDecl *Field, SourceLocation NameLoc) argument
2379 OffsetOfNode(SourceLocation DotLoc, IdentifierInfo *Name, SourceLocation NameLoc) argument
H A DExprCXX.h4438 SourceLocation NameLoc; member in class:clang::SubstNonTypeTemplateParmPackExpr
4509 SourceLocation NameLoc; member in class:clang::final
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1745 SourceLocation NameLoc; member in struct:clang::DecompositionDeclarator::Binding
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3121 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3780 bool AArch64AsmParser::parseSysAlias(StringRef Name, SMLoc NameLoc, argument
3884 bool AArch64AsmParser::parseSyspAlias(StringRef Name, SMLoc NameLoc, argument
5032 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3209 handleMacroEntry(const MCAsmMacro *M, SMLoc NameLoc, AsmToken::TokenKind ArgumentEndTok) argument
3272 handleMacroInvocation(const MCAsmMacro *M, SMLoc NameLoc) argument
3386 parseDirectiveEquate(StringRef IDVal, StringRef Name, DirectiveKind DirKind, SMLoc NameLoc) argument
3771 parseDirectiveNamedValue(StringRef TypeName, unsigned Size, StringRef Name, SMLoc NameLoc) argument
3979 parseDirectiveNamedRealValue(StringRef TypeName, const fltSemantics &Semantics, unsigned Size, StringRef Name, SMLoc NameLoc) argument
4504 parseDirectiveStruct(StringRef Directive, DirectiveKind DirKind, StringRef Name, SMLoc NameLoc) argument
4567 parseDirectiveEnds(StringRef Name, SMLoc NameLoc) argument
5754 parseDirectiveMacro(StringRef Name, SMLoc NameLoc) argument
5940 SMLoc NameLoc; local
[all...]
H A DAsmParser.cpp2875 bool AsmParser::handleMacroEntry(const MCAsmMacro *M, SMLoc NameLoc) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6995 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5882 SMLoc NameLoc = getLoc(); local
6120 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6938 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
[all...]

Completed in 571 milliseconds

123