Searched defs:NameLoc (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp175 SourceLocation NameLoc = ConsumeToken(); // Eat the identifier. local
H A DParseTentative.cpp2235 SourceLocation NameLoc = Tok.getLocation(); local
H A DParseExpr.cpp2500 SourceLocation NameLoc; local
H A DParser.cpp1792 SourceLocation NameLoc = Tok.getLocation(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp138 getVar(RecordKeeper &Records, MultiClass *ParsingMultiClass, StringInit *Name, SMRange NameLoc, bool TrackReferenceLocs) const argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp485 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp327 parseJccInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
388 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp598 ParseInstructionWithSR(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
655 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1014 ActOnSizeofParameterPackExpr(Scope *S, SourceLocation OpLoc, IdentifierInfo &Name, SourceLocation NameLoc, SourceLocation RParenLoc) argument
H A DSemaExprCXX.cpp143 ParsedType Sema::getDestructorName(IdentifierInfo &II, SourceLocation NameLoc, argument
58 getInheritingConstructorName(CXXScopeSpec &SS, SourceLocation NameLoc, IdentifierInfo &Name) argument
92 getConstructorName(IdentifierInfo &II, SourceLocation NameLoc, Scope *S, CXXScopeSpec &SS, bool EnteringContext) argument
[all...]
H A DSemaDecl.cpp335 ParsedType Sema::getTypeName(const IdentifierInfo &II, SourceLocation NameLoc, argument
192 lookupUnqualifiedTypeNameInBase(Sema &S, const IdentifierInfo &II, SourceLocation NameLoc, const CXXRecordDecl *RD) argument
247 recoverFromTypeInKnownDependentBase(Sema &S, const IdentifierInfo &II, SourceLocation NameLoc) argument
289 buildNamedType(Sema &S, const CXXScopeSpec *SS, QualType T, SourceLocation NameLoc, bool WantNontrivialTypeSourceInfo = true) argument
637 ActOnMSVCUnknownTypeName(const IdentifierInfo &II, SourceLocation NameLoc, bool IsTemplateTypeArg) argument
875 isTagTypeWithMissingTag(Sema &SemaRef, LookupResult &Result, Scope *S, CXXScopeSpec &SS, IdentifierInfo *&Name, SourceLocation NameLoc) argument
924 ClassifyName(Scope *S, CXXScopeSpec &SS, IdentifierInfo *&Name, SourceLocation NameLoc, const Token &NextToken, CorrectionCandidateCallback *CCC) argument
1289 ActOnNameClassifiedAsUndeclaredNonType(IdentifierInfo *Name, SourceLocation NameLoc) argument
1298 ActOnNameClassifiedAsDependentNonType(const CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, bool IsAddressOfOperand) argument
1308 ActOnNameClassifiedAsNonType(Scope *S, const CXXScopeSpec &SS, NamedDecl *Found, SourceLocation NameLoc, const Token &NextToken) argument
[all...]
H A DSemaTemplateInstantiate.cpp1700 RebuildExceptionDecl(VarDecl *ExceptionDecl, TypeSourceInfo *Declarator, SourceLocation StartLoc, SourceLocation NameLoc, IdentifierInfo *Name) argument
1752 TransformTemplateName( CXXScopeSpec &SS, TemplateName Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope, bool AllowInjectedClassName) argument
2198 BuildSubstTemplateTypeParmType( TypeLocBuilder &TLB, bool SuppressObjCLifetime, bool Final, Decl *AssociatedDecl, unsigned Index, std::optional<unsigned> PackIndex, TemplateArgument Arg, SourceLocation NameLoc) argument
[all...]
H A DSemaLambda.cpp1811 DeclarationNameLoc NameLoc = DeclarationNameLoc::makeNamedTypeLoc( local
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h260 virtual void PragmaOpenCLExtension(SourceLocation NameLoc, argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h170 LookupResult(Sema &SemaRef, DeclarationName Name, SourceLocation NameLoc, argument
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h514 SourceLocation NameLoc; member in struct:clang::TypeSpecLocInfo
758 SourceLocation NameLoc; member in struct:clang::ObjCTypeParamTypeLocInfo
[all...]
H A DDeclarationName.h774 SourceLocation NameLoc; member in struct:clang::DeclarationNameInfo
783 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc) argument
786 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc, argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp1044 StringRef LanaiAsmParser::splitMnemonic(StringRef Name, SMLoc NameLoc, argument
1168 ParseInstruction(ParseInstructionInfo & , StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp962 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp620 ParseInstruction(ParseInstructionInfo &Info, StringRef Mnemonic, SMLoc NameLoc, OperandVector &Operands) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp482 void addBlockTypeOperand(OperandVector &Operands, SMLoc NameLoc, argument
/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp629 LocTy NameLoc = Lex.getLoc(); local
728 LocTy NameLoc = Lex.getLoc(); local
769 LocTy NameLoc = Lex.getLoc(); local
798 LocTy NameLoc local
1086 parseAliasOrIFunc(const std::string &Name, LocTy NameLoc, unsigned L, unsigned Visibility, unsigned DLLStorageClass, bool DSOLocal, GlobalVariable::ThreadLocalMode TLM, GlobalVariable::UnnamedAddr UnnamedAddr) 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) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1224 SourceLocation NameLoc = Tok.getLocation(); local
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1677 SubstNonTypeTemplateParmPackExpr( QualType T, ExprValueKind ValueKind, SourceLocation NameLoc, const TemplateArgument &ArgPack, Decl *AssociatedDecl, unsigned Index) argument
1698 FunctionParmPackExpr(QualType T, VarDecl *ParamPack, SourceLocation NameLoc, unsigned NumParams, VarDecl *const *Params) argument
1712 Create(const ASTContext &Context, QualType T, VarDecl *ParamPack, SourceLocation NameLoc, ArrayRef<VarDecl *> Params) argument
H A DDeclTemplate.cpp639 Create( const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc, SourceLocation NameLoc, unsigned D, unsigned P, IdentifierInfo *Id, bool Typename, bool ParameterPack, bool HasTypeConstraint, std::optional<unsigned> NumExpanded) argument

Completed in 506 milliseconds

123