/llvm-project/clang-tools-extra/clangd/ |
H A D | FindTarget.h | 130 SourceLocation NameLoc; global() member
|
H A D | SourceCode.h | 318 SourceLocation NameLoc; member
|
H A D | FindSymbols.cpp | 246 SourceLocation NameLoc = ND.getLocation(); declToSym() local
|
/llvm-project/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/ |
H A D | mlir-support.cpp | 30 auto NameLoc = mlir::NameLoc::get(Identifier); variable
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseInit.cpp | 177 SourceLocation NameLoc = ConsumeToken(); // Eat the identifier. in ParseInitializerWithPotentialDesignator() local
|
H A D | ParseTemplate.cpp | 717 SourceLocation NameLoc = Tok.getLocation(); ParseTypeParameter() local 855 SourceLocation NameLoc = Tok.getLocation(); ParseTemplateTemplateParameter() local
|
H A D | ParseOpenMP.cpp | 867 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 D | ParseTentative.cpp | 2253 SourceLocation NameLoc = Tok.getLocation(); NameAfterArrowIsNonType() local
|
H A D | ParseExprCXX.cpp | 1913 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 D | MSP430AsmParser.cpp | 328 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 D | VEAsmParser.cpp | 854 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 D | SemaObjC.h | 356 SourceLocation NameLoc; global() member
|
/llvm-project/clang/unittests/Lex/ |
H A D | PPCallbacksTest.cpp | 102 void PragmaOpenCLExtension(clang::SourceLocation NameLoc, in PragmaOpenCLExtension() 112 SourceLocation NameLoc; member in __anon1476b0c10111::PragmaOpenCLExtensionCallbacks
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 139 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 D | XtensaAsmParser.cpp | 677 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 D | TypeLoc.h | 520 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 D | DeclarationName.h | 774 SourceLocation NameLoc; member
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 3210 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 D | BPFAsmParser.cpp | 489 ParseInstruction(ParseInstructionInfo & Info,StringRef Name,SMLoc NameLoc,OperandVector & Operands) ParseInstruction() argument
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ExpandModularHeadersPPCallbacks.cpp | 235 SourceLocation NameLoc, const IdentifierInfo *, SourceLocation StateLoc, in PragmaOpenCLExtension() argument
|
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 469 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 D | LanaiAsmParser.cpp | 1044 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 D | SemaDecl.cpp | 153 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 D | LLParser.cpp | 689 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 D | PPCallbacks.h | 292 virtual void PragmaOpenCLExtension(SourceLocation NameLoc, in PragmaOpenCLExtension() 626 void PragmaOpenCLExtension(SourceLocation NameLoc, const IdentifierInfo *Name, in PragmaOpenCLExtension()
|