Home
last modified time | relevance | path

Searched defs:NameLoc (Results 1 – 25 of 59) sorted by relevance

123

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp175 SourceLocation NameLoc = ConsumeToken(); // Eat the identifier. ParseInitializerWithPotentialDesignator() local
H A DParseTemplate.cpp835 SourceLocation NameLoc = Tok.getLocation(); ParseTypeParameter() local
966 SourceLocation NameLoc = Tok.getLocation(); ParseTemplateTemplateParameter() local
H A DParseExprCXX.cpp1816 SourceLocation NameLoc = ConsumeToken(); ParseCXXPseudoDestructor() local
2433 ParseUnqualifiedIdTemplateId(CXXScopeSpec & SS,ParsedType ObjectType,bool ObjectHadErrors,SourceLocation TemplateKWLoc,IdentifierInfo * Name,SourceLocation NameLoc,bool EnteringContext,UnqualifiedId & Id,bool AssumeTemplateId) ParseUnqualifiedIdTemplateId() argument
3700 SourceLocation NameLoc = Tok.getLocation(); ParseRequiresExpression() local
[all...]
H A DParseOpenMP.cpp857 checkForDuplicates(Parser & P,StringRef Name,SourceLocation NameLoc,llvm::StringMap<SourceLocation> & Seen,OMPContextLvl Lvl) checkForDuplicates() argument
880 SourceLocation NameLoc = Tok.getLocation(); parseOMPTraitPropertyKind() local
1047 SourceLocation NameLoc = Tok.getLocation(); parseOMPTraitSelectorKind() local
1233 SourceLocation NameLoc = Tok.getLocation(); parseOMPTraitSetKind() local
[all...]
H A DParseDeclCXX.cpp1729 __anon1af4dadc0302(IdentifierInfo *Name, SourceLocation NameLoc, SourceRange TemplateArgRange, bool KnownUndeclared) ParseClassSpecifier() argument
1758 SourceLocation NameLoc; ParseClassSpecifier() local
4863 SourceLocation NameLoc = Tok.getLocation(); ParseMicrosoftAttributes() local
[all...]
H A DParseTentative.cpp2235 SourceLocation NameLoc = Tok.getLocation(); NameAfterArrowIsNonType() local
H A DParser.cpp1792 SourceLocation NameLoc = Tok.getLocation(); TryAnnotateName() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp328 StringRef Name, SMLoc NameLoc, in parseJccInstruction() argument
389 StringRef Name, SMLoc NameLoc, in ParseInstruction() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp854 bool IntegerCC, bool OmitCC, SMLoc NameLoc, in parseCC() argument
882 static StringRef parseRD(StringRef Name, unsigned Prefix, SMLoc NameLoc, in parseRD() argument
908 splitMnemonic(StringRef Name,SMLoc NameLoc,OperandVector * Operands) splitMnemonic() argument
969 ParseInstruction(ParseInstructionInfo & Info,StringRef Name,SMLoc NameLoc,OperandVector & Operands) ParseInstruction() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp599 ParseInstructionWithSR(ParseInstructionInfo & Info,StringRef Name,SMLoc NameLoc,OperandVector & Operands) ParseInstructionWithSR() argument
656 ParseInstruction(ParseInstructionInfo & Info,StringRef Name,SMLoc NameLoc,OperandVector & Operands) ParseInstruction() argument
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp139 StringInit *Name, SMRange NameLoc, in getVar() argument
1147 ParseIDValue(Record * CurRec,StringInit * Name,SMRange NameLoc,IDParseMode Mode) ParseIDValue() argument
2667 SMRange NameLoc = Lex.getLocRange(); ParseSimpleValue() local
3601 SMLoc NameLoc = Lex.getCode() == tgtok::Id ? Lex.getLoc() : DefLoc; ParseDef() local
3968 SMLoc NameLoc = Lex.getLoc(); ParseLetList() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h514 SourceLocation NameLoc; global() member
758 SourceLocation NameLoc; global() member
1073 SourceLocation NameLoc; global() member
1603 SourceLocation NameLoc; global() member
1792 SourceLocation NameLoc; global() member
2322 SourceLocation NameLoc; global() member
[all...]
H A DDeclarationName.h774 SourceLocation NameLoc; member
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3209 handleMacroEntry(const MCAsmMacro * M,SMLoc NameLoc,AsmToken::TokenKind ArgumentEndTok) handleMacroEntry() argument
3272 handleMacroInvocation(const MCAsmMacro * M,SMLoc NameLoc) handleMacroInvocation() argument
3387 parseDirectiveEquate(StringRef IDVal,StringRef Name,DirectiveKind DirKind,SMLoc NameLoc) parseDirectiveEquate() argument
3772 parseDirectiveNamedValue(StringRef TypeName,unsigned Size,StringRef Name,SMLoc NameLoc) parseDirectiveNamedValue() argument
3982 parseDirectiveNamedRealValue(StringRef TypeName,const fltSemantics & Semantics,unsigned Size,StringRef Name,SMLoc NameLoc) parseDirectiveNamedRealValue() argument
4506 parseDirectiveStruct(StringRef Directive,DirectiveKind DirKind,StringRef Name,SMLoc NameLoc) parseDirectiveStruct() argument
4567 parseDirectiveEnds(StringRef Name,SMLoc NameLoc) parseDirectiveEnds() argument
5754 parseDirectiveMacro(StringRef Name,SMLoc NameLoc) parseDirectiveMacro() argument
5940 SMLoc NameLoc; parseDirectivePurgeMacro() local
5964 SMLoc NameLoc = getTok().getLoc(); parseDirectiveExtern() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp1044 StringRef LanaiAsmParser::splitMnemonic(StringRef Name, SMLoc NameLoc, in splitMnemonic() argument
1169 ParseInstruction(ParseInstructionInfo &,StringRef Name,SMLoc NameLoc,OperandVector & Operands) ParseInstruction() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp482 addBlockTypeOperand(OperandVector & Operands,SMLoc NameLoc,WebAssembly::BlockType BT) addBlockTypeOperand() argument
553 ParseInstruction(ParseInstructionInfo &,StringRef Name,SMLoc NameLoc,OperandVector & Operands) ParseInstruction() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp193 lookupUnqualifiedTypeNameInBase(Sema & S,const IdentifierInfo & II,SourceLocation NameLoc,const CXXRecordDecl * RD) lookupUnqualifiedTypeNameInBase() argument
249 recoverFromTypeInKnownDependentBase(Sema & S,const IdentifierInfo & II,SourceLocation NameLoc) recoverFromTypeInKnownDependentBase() argument
290 buildNamedType(Sema & S,const CXXScopeSpec * SS,QualType T,SourceLocation NameLoc,bool WantNontrivialTypeSourceInfo=true) buildNamedType() argument
335 getTypeName(const IdentifierInfo & II,SourceLocation NameLoc,Scope * S,CXXScopeSpec * SS,bool isClassName,bool HasTrailingDot,ParsedType ObjectTypePtr,bool IsCtorOrDtorName,bool WantNontrivialTypeSourceInfo,bool IsClassTemplateDeductionContext,ImplicitTypenameContext AllowImplicitTypename,IdentifierInfo ** CorrectedII) getTypeName() argument
638 ActOnMSVCUnknownTypeName(const IdentifierInfo & II,SourceLocation NameLoc,bool IsTemplateTypeArg) ActOnMSVCUnknownTypeName() argument
878 isTagTypeWithMissingTag(Sema & SemaRef,LookupResult & Result,Scope * S,CXXScopeSpec & SS,IdentifierInfo * & Name,SourceLocation NameLoc) isTagTypeWithMissingTag() argument
926 ClassifyName(Scope * S,CXXScopeSpec & SS,IdentifierInfo * & Name,SourceLocation NameLoc,const Token & NextToken,CorrectionCandidateCallback * CCC) ClassifyName() argument
1290 ActOnNameClassifiedAsUndeclaredNonType(IdentifierInfo * Name,SourceLocation NameLoc) ActOnNameClassifiedAsUndeclaredNonType() argument
1300 ActOnNameClassifiedAsDependentNonType(const CXXScopeSpec & SS,IdentifierInfo * Name,SourceLocation NameLoc,bool IsAddressOfOperand) ActOnNameClassifiedAsDependentNonType() argument
1310 ActOnNameClassifiedAsNonType(Scope * S,const CXXScopeSpec & SS,NamedDecl * Found,SourceLocation NameLoc,const Token & NextToken) ActOnNameClassifiedAsNonType() argument
5415 CheckAnonMemberRedeclaration(Sema & SemaRef,Scope * S,DeclContext * Owner,DeclarationName Name,SourceLocation NameLoc,bool IsUnion,StorageClass SC) CheckAnonMemberRedeclaration() argument
15269 AdjustParameterTypeForObjCAutoRefCount(QualType T,SourceLocation NameLoc,TypeSourceInfo * TSInfo) AdjustParameterTypeForObjCAutoRefCount() argument
15300 CheckParameter(DeclContext * DC,SourceLocation StartLoc,SourceLocation NameLoc,IdentifierInfo * Name,QualType T,TypeSourceInfo * TSInfo,StorageClass SC) CheckParameter() argument
17153 createFriendTagNNSFixIt(Sema & SemaRef,NamedDecl * ND,Scope * S,SourceLocation NameLoc) createFriendTagNNSFixIt() argument
17218 ActOnTag(Scope * S,unsigned TagSpec,TagUseKind TUK,SourceLocation KWLoc,CXXScopeSpec & SS,IdentifierInfo * Name,SourceLocation NameLoc,const ParsedAttributesView & Attrs,AccessSpecifier AS,SourceLocation ModulePrivateLoc,MultiTemplateParamsArg TemplateParameterLists,bool & OwnedDecl,bool & IsDependent,SourceLocation ScopedEnumKWLoc,bool ScopedEnumUsesClassTag,TypeResult UnderlyingType,bool IsTypeSpecifier,bool IsTemplateParamOrArg,OffsetOfKind OOK,SkipBodyInfo * SkipBody) ActOnTag() argument
20423 ActOnPragmaRedefineExtname(IdentifierInfo * Name,IdentifierInfo * AliasName,SourceLocation PragmaLoc,SourceLocation NameLoc,SourceLocation AliasNameLoc) ActOnPragmaRedefineExtname() argument
20449 ActOnPragmaWeakID(IdentifierInfo * Name,SourceLocation PragmaLoc,SourceLocation NameLoc) ActOnPragmaWeakID() argument
20462 ActOnPragmaWeakAlias(IdentifierInfo * Name,IdentifierInfo * AliasName,SourceLocation PragmaLoc,SourceLocation NameLoc,SourceLocation AliasNameLoc) ActOnPragmaWeakAlias() argument
[all...]
H A DSemaTemplate.cpp320 isDeductionGuideName(Scope * S,const IdentifierInfo & Name,SourceLocation NameLoc,CXXScopeSpec & SS,ParsedTemplateTy * Template) isDeductionGuideName() argument
1632 ActOnTemplateTemplateParameter(Scope * S,SourceLocation TmpLoc,TemplateParameterList * Params,SourceLocation EllipsisLoc,IdentifierInfo * Name,SourceLocation NameLoc,unsigned Depth,unsigned Position,SourceLocation EqualLoc,ParsedTemplateArgument Default) ActOnTemplateTemplateParameter() argument
1858 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) CheckClassTemplate() argument
4192 ActOnUndeclaredTypeTemplateName(Scope * S,TemplateTy & ParsedName,TemplateNameKind & TNK,SourceLocation NameLoc,IdentifierInfo * & II) ActOnUndeclaredTypeTemplateName() argument
4209 resolveAssumedTemplateNameAsType(Scope * S,TemplateName & Name,SourceLocation NameLoc,bool Diagnose) resolveAssumedTemplateNameAsType() argument
9212 ActOnConceptDefinition(Scope * S,MultiTemplateParamsArg TemplateParameterLists,IdentifierInfo * Name,SourceLocation NameLoc,Expr * ConstraintExpr) ActOnConceptDefinition() argument
10481 ActOnExplicitInstantiation(Scope * S,SourceLocation ExternLoc,SourceLocation TemplateLoc,unsigned TagSpec,SourceLocation KWLoc,CXXScopeSpec & SS,IdentifierInfo * Name,SourceLocation NameLoc,const ParsedAttributesView & Attr) ActOnExplicitInstantiation() argument
11003 ActOnDependentTag(Scope * S,unsigned TagSpec,TagUseKind TUK,const CXXScopeSpec & SS,IdentifierInfo * Name,SourceLocation TagLoc,SourceLocation NameLoc) ActOnDependentTag() argument
[all...]
H A DSemaTemplateVariadic.cpp1017 ActOnSizeofParameterPackExpr(Scope * S,SourceLocation OpLoc,IdentifierInfo & Name,SourceLocation NameLoc,SourceLocation RParenLoc) ActOnSizeofParameterPackExpr() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp486 ParseInstruction(ParseInstructionInfo & Info,StringRef Name,SMLoc NameLoc,OperandVector & Operands) ParseInstruction() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h260 PragmaOpenCLExtension(SourceLocation NameLoc,const IdentifierInfo * Name,SourceLocation StateLoc,unsigned State) PragmaOpenCLExtension() argument
568 PragmaOpenCLExtension(SourceLocation NameLoc,const IdentifierInfo * Name,SourceLocation StateLoc,unsigned State) PragmaOpenCLExtension() argument
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp629 LocTy NameLoc = Lex.getLoc(); parseNamedType() local
728 LocTy NameLoc = Lex.getLoc(); parseUnnamedGlobal() local
769 LocTy NameLoc = Lex.getLoc(); parseNamedGlobal() local
798 LocTy NameLoc = Lex.getLoc(); parseComdat() local
1086 parseAliasOrIFunc(const std::string & Name,LocTy NameLoc,unsigned L,unsigned Visibility,unsigned DLLStorageClass,bool DSOLocal,GlobalVariable::ThreadLocalMode TLM,GlobalVariable::UnnamedAddr UnnamedAddr) parseAliasOrIFunc() argument
1277 parseGlobal(const std::string & Name,LocTy NameLoc,unsigned Linkage,bool HasLinkage,unsigned Visibility,unsigned DLLStorageClass,bool DSOLocal,GlobalVariable::ThreadLocalMode TLM,GlobalVariable::UnnamedAddr UnnamedAddr) parseGlobal() argument
3471 setInstName(int NameID,const std::string & NameStr,LocTy NameLoc,Instruction * Inst) setInstName() argument
6073 LocTy NameLoc = Lex.getLoc(); parseFunctionHeader() local
6347 LocTy NameLoc = Lex.getLoc(); parseBasicBlock() local
6367 LocTy NameLoc = Lex.getLoc(); parseBasicBlock() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp621 ParseInstruction(ParseInstructionInfo & Info,StringRef Mnemonic,SMLoc NameLoc,OperandVector & Operands) ParseInstruction() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp963 SMLoc NameLoc, OperandVector &Operands) { in ParseInstruction() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1678 SubstNonTypeTemplateParmPackExpr(QualType T,ExprValueKind ValueKind,SourceLocation NameLoc,const TemplateArgument & ArgPack,Decl * AssociatedDecl,unsigned Index) SubstNonTypeTemplateParmPackExpr() argument
1699 FunctionParmPackExpr(QualType T,VarDecl * ParamPack,SourceLocation NameLoc,unsigned NumParams,VarDecl * const * Params) FunctionParmPackExpr() argument
1713 Create(const ASTContext & Context,QualType T,VarDecl * ParamPack,SourceLocation NameLoc,ArrayRef<VarDecl * > Params) Create() argument

123