Home
last modified time | relevance | path

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

123

/llvm-project/clang-tools-extra/clangd/
H A DFindTarget.h130 SourceLocation NameLoc; global() member
H A DSourceCode.h318 SourceLocation NameLoc; member
H A DFindSymbols.cpp246 SourceLocation NameLoc = ND.getLocation(); declToSym() local
/llvm-project/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dmlir-support.cpp30 auto NameLoc = mlir::NameLoc::get(Identifier); variable
/llvm-project/clang/lib/Parse/
H A DParseInit.cpp177 SourceLocation NameLoc = ConsumeToken(); // Eat the identifier. in ParseInitializerWithPotentialDesignator() local
H A DParseTemplate.cpp717 SourceLocation NameLoc = Tok.getLocation(); ParseTypeParameter() local
855 SourceLocation NameLoc = Tok.getLocation(); ParseTemplateTemplateParameter() local
H A DParseOpenMP.cpp867 SourceLocation NameLoc, in checkForDuplicates() argument
890 SourceLocation NameLoc = Tok.getLocation(); in parseOMPTraitPropertyKind() local
1057 SourceLocation NameLoc = Tok.getLocation(); parseOMPTraitSelectorKind() local
1243 SourceLocation NameLoc = Tok.getLocation(); parseOMPTraitSetKind() local
[all...]
H A DParseTentative.cpp2253 SourceLocation NameLoc = Tok.getLocation(); NameAfterArrowIsNonType() local
H A DParseExprCXX.cpp1913 SourceLocation NameLoc = ConsumeToken(); ParseCXXPseudoDestructor() local
2535 ParseUnqualifiedIdTemplateId(CXXScopeSpec & SS,ParsedType ObjectType,bool ObjectHadErrors,SourceLocation TemplateKWLoc,IdentifierInfo * Name,SourceLocation NameLoc,bool EnteringContext,UnqualifiedId & Id,bool AssumeTemplateId) ParseUnqualifiedIdTemplateId() argument
3814 SourceLocation NameLoc = Tok.getLocation(); ParseRequiresExpression() local
[all...]
/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp328 parseJccInstruction(ParseInstructionInfo & Info,StringRef Name,SMLoc NameLoc,OperandVector & Operands) parseJccInstruction() argument
389 ParseInstruction(ParseInstructionInfo & Info,StringRef Name,SMLoc NameLoc,OperandVector & Operands) ParseInstruction() argument
/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp854 parseCC(StringRef Name,unsigned Prefix,unsigned Suffix,bool IntegerCC,bool OmitCC,SMLoc NameLoc,OperandVector * Operands) parseCC() argument
882 parseRD(StringRef Name,unsigned Prefix,SMLoc NameLoc,OperandVector * Operands) 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...]
/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h356 SourceLocation NameLoc; global() member
/llvm-project/clang/unittests/Lex/
H A DPPCallbacksTest.cpp102 void PragmaOpenCLExtension(clang::SourceLocation NameLoc, in PragmaOpenCLExtension()
112 SourceLocation NameLoc; member in __anon1476b0c10111::PragmaOpenCLExtensionCallbacks
/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp139 getVar(RecordKeeper & Records,MultiClass * ParsingMultiClass,StringInit * Name,SMRange NameLoc,bool TrackReferenceLocs) const getVar() argument
1153 ParseIDValue(Record * CurRec,StringInit * Name,SMRange NameLoc,IDParseMode Mode) ParseIDValue() argument
2673 SMRange NameLoc = Lex.getLocRange(); ParseSimpleValue() local
3607 SMLoc NameLoc = Lex.getCode() == tgtok::Id ? Lex.getLoc() : DefLoc; ParseDef() local
4015 SMLoc NameLoc = Lex.getLoc(); ParseLetList() local
[all...]
/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp677 ParseInstructionWithSR(ParseInstructionInfo & Info,StringRef Name,SMLoc NameLoc,OperandVector & Operands) ParseInstructionWithSR() argument
734 ParseInstruction(ParseInstructionInfo & Info,StringRef Name,SMLoc NameLoc,OperandVector & Operands) ParseInstruction() argument
/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h520 SourceLocation NameLoc; global() member
764 SourceLocation NameLoc; global() member
1083 SourceLocation NameLoc; global() member
1644 SourceLocation NameLoc; global() member
1833 SourceLocation NameLoc; global() member
2391 SourceLocation NameLoc; global() member
[all...]
H A DDeclarationName.h774 SourceLocation NameLoc; member
/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3210 handleMacroEntry(const MCAsmMacro * M,SMLoc NameLoc,AsmToken::TokenKind ArgumentEndTok) handleMacroEntry() argument
3273 handleMacroInvocation(const MCAsmMacro * M,SMLoc NameLoc) handleMacroInvocation() argument
3388 parseDirectiveEquate(StringRef IDVal,StringRef Name,DirectiveKind DirKind,SMLoc NameLoc) parseDirectiveEquate() argument
3773 parseDirectiveNamedValue(StringRef TypeName,unsigned Size,StringRef Name,SMLoc NameLoc) parseDirectiveNamedValue() argument
3983 parseDirectiveNamedRealValue(StringRef TypeName,const fltSemantics & Semantics,unsigned Size,StringRef Name,SMLoc NameLoc) parseDirectiveNamedRealValue() argument
4507 parseDirectiveStruct(StringRef Directive,DirectiveKind DirKind,StringRef Name,SMLoc NameLoc) parseDirectiveStruct() argument
4568 parseDirectiveEnds(StringRef Name,SMLoc NameLoc) parseDirectiveEnds() argument
5755 parseDirectiveMacro(StringRef Name,SMLoc NameLoc) parseDirectiveMacro() argument
5941 SMLoc NameLoc; parseDirectivePurgeMacro() local
5965 SMLoc NameLoc = getTok().getLoc(); parseDirectiveExtern() local
[all...]
/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp489 ParseInstruction(ParseInstructionInfo & Info,StringRef Name,SMLoc NameLoc,OperandVector & Operands) ParseInstruction() argument
/llvm-project/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.cpp235 SourceLocation NameLoc, const IdentifierInfo *, SourceLocation StateLoc, in PragmaOpenCLExtension() argument
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp469 addBlockTypeOperand(OperandVector & Operands,SMLoc NameLoc,WebAssembly::BlockType BT) addBlockTypeOperand() argument
540 ParseInstruction(ParseInstructionInfo &,StringRef Name,SMLoc NameLoc,OperandVector & Operands) ParseInstruction() argument
[all...]
/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp1044 splitMnemonic(StringRef Name,SMLoc NameLoc,OperandVector * Operands) splitMnemonic() argument
1165 ParseInstruction(ParseInstructionInfo &,StringRef Name,SMLoc NameLoc,OperandVector & Operands) ParseInstruction() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp153 lookupUnqualifiedTypeNameInBase(Sema & S,const IdentifierInfo & II,SourceLocation NameLoc,const CXXRecordDecl * RD) lookupUnqualifiedTypeNameInBase() argument
209 recoverFromTypeInKnownDependentBase(Sema & S,const IdentifierInfo & II,SourceLocation NameLoc) recoverFromTypeInKnownDependentBase() argument
250 buildNamedType(Sema & S,const CXXScopeSpec * SS,QualType T,SourceLocation NameLoc,bool WantNontrivialTypeSourceInfo=true) buildNamedType() argument
287 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
591 ActOnMSVCUnknownTypeName(const IdentifierInfo & II,SourceLocation NameLoc,bool IsTemplateTypeArg) ActOnMSVCUnknownTypeName() argument
812 isTagTypeWithMissingTag(Sema & SemaRef,LookupResult & Result,Scope * S,CXXScopeSpec & SS,IdentifierInfo * & Name,SourceLocation NameLoc) isTagTypeWithMissingTag() argument
860 ClassifyName(Scope * S,CXXScopeSpec & SS,IdentifierInfo * & Name,SourceLocation NameLoc,const Token & NextToken,CorrectionCandidateCallback * CCC) ClassifyName() argument
1227 ActOnNameClassifiedAsUndeclaredNonType(IdentifierInfo * Name,SourceLocation NameLoc) ActOnNameClassifiedAsUndeclaredNonType() argument
1237 ActOnNameClassifiedAsDependentNonType(const CXXScopeSpec & SS,IdentifierInfo * Name,SourceLocation NameLoc,bool IsAddressOfOperand) ActOnNameClassifiedAsDependentNonType() argument
1247 ActOnNameClassifiedAsNonType(Scope * S,const CXXScopeSpec & SS,NamedDecl * Found,SourceLocation NameLoc,const Token & NextToken) ActOnNameClassifiedAsNonType() argument
5240 CheckAnonMemberRedeclaration(Sema & SemaRef,Scope * S,DeclContext * Owner,DeclarationName Name,SourceLocation NameLoc,bool IsUnion,StorageClass SC) CheckAnonMemberRedeclaration() argument
15023 CheckParameter(DeclContext * DC,SourceLocation StartLoc,SourceLocation NameLoc,const IdentifierInfo * Name,QualType T,TypeSourceInfo * TSInfo,StorageClass SC) CheckParameter() argument
16879 createFriendTagNNSFixIt(Sema & SemaRef,NamedDecl * ND,Scope * S,SourceLocation NameLoc) createFriendTagNNSFixIt() argument
16934 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
20062 ActOnPragmaRedefineExtname(IdentifierInfo * Name,IdentifierInfo * AliasName,SourceLocation PragmaLoc,SourceLocation NameLoc,SourceLocation AliasNameLoc) ActOnPragmaRedefineExtname() argument
20088 ActOnPragmaWeakID(IdentifierInfo * Name,SourceLocation PragmaLoc,SourceLocation NameLoc) ActOnPragmaWeakID() argument
20101 ActOnPragmaWeakAlias(IdentifierInfo * Name,IdentifierInfo * AliasName,SourceLocation PragmaLoc,SourceLocation NameLoc,SourceLocation AliasNameLoc) ActOnPragmaWeakAlias() argument
[all...]
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp689 LocTy NameLoc = Lex.getLoc(); parseNamedType() local
790 LocTy NameLoc = Lex.getLoc(); parseUnnamedGlobal() local
833 LocTy NameLoc = Lex.getLoc(); parseNamedGlobal() local
862 LocTy NameLoc = Lex.getLoc(); parseComdat() local
1151 parseAliasOrIFunc(const std::string & Name,unsigned NameID,LocTy NameLoc,unsigned L,unsigned Visibility,unsigned DLLStorageClass,bool DSOLocal,GlobalVariable::ThreadLocalMode TLM,GlobalVariable::UnnamedAddr UnnamedAddr) parseAliasOrIFunc() argument
1342 parseGlobal(const std::string & Name,unsigned NameID,LocTy NameLoc,unsigned Linkage,bool HasLinkage,unsigned Visibility,unsigned DLLStorageClass,bool DSOLocal,GlobalVariable::ThreadLocalMode TLM,GlobalVariable::UnnamedAddr UnnamedAddr) parseGlobal() argument
3654 setInstName(int NameID,const std::string & NameStr,LocTy NameLoc,Instruction * Inst) setInstName() argument
6341 LocTy NameLoc = Lex.getLoc(); parseFunctionHeader() local
6616 LocTy NameLoc = Lex.getLoc(); parseBasicBlock() local
6658 LocTy NameLoc = Lex.getLoc(); parseBasicBlock() local
[all...]
/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h292 virtual void PragmaOpenCLExtension(SourceLocation NameLoc, in PragmaOpenCLExtension()
626 void PragmaOpenCLExtension(SourceLocation NameLoc, const IdentifierInfo *Name, in PragmaOpenCLExtension()

123