/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 193 auto *DeclLoc = Env.getStorageLocation(*VD); VisitDeclRefExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 127 auto DeclLoc = Ctx->getBeginLoc(); ShouldDiagnoseAvailabilityInContext() local
|
H A D | SemaInit.cpp | 4091 ResolveConstructorOverload(Sema & S,SourceLocation DeclLoc,MultiExprArg Args,OverloadCandidateSet & CandidateSet,QualType DestType,DeclContext::lookup_result Ctors,OverloadCandidateSet::iterator & Best,bool CopyInitializing,bool AllowExplicit,bool OnlyListConstructors,bool IsListInit,bool RequireActualConstructor,bool SecondStepOfCopyInit=false) ResolveConstructorOverload() argument 4468 SourceLocation DeclLoc = Initializer->getBeginLoc(); TryReferenceListInitialization() local 4849 SourceLocation DeclLoc = Initializer->getBeginLoc(); TryRefInitWithConversionFunction() local 4983 SourceLocation DeclLoc = Initializer->getBeginLoc(); TryReferenceInitializationCore() local 5725 SourceLocation DeclLoc = Initializer->getBeginLoc(); TryUserDefinedConversion() local [all...] |
H A D | SemaDeclObjC.cpp | 4134 SourceLocation DeclLoc(IDecl->getLocation()); ActOnAtEnd() local
|
H A D | SemaLookup.cpp | 5711 diagnoseMissingImport(SourceLocation UseLoc,const NamedDecl * Decl,SourceLocation DeclLoc,ArrayRef<Module * > Modules,MissingImportKind MIK,bool Recover) diagnoseMissingImport() argument
|
H A D | SemaOverload.cpp | 4886 FindConversionForRefInit(Sema & S,ImplicitConversionSequence & ICS,QualType DeclType,SourceLocation DeclLoc,Expr * Init,QualType T2,bool AllowRvalues,bool AllowExplicit) FindConversionForRefInit() argument 5003 TryReferenceInit(Sema & S,Expr * Init,QualType DeclType,SourceLocation DeclLoc,bool SuppressUserConversions,bool AllowExplicit) TryReferenceInit() argument [all...] |
H A D | SemaType.cpp | 1293 SourceLocation DeclLoc = declarator.getIdentifierLoc(); ConvertDeclSpecToType() local
|
H A D | SemaTemplate.cpp | 3377 MatchTemplateParametersToScopeSpecifier(SourceLocation DeclStartLoc,SourceLocation DeclLoc,const CXXScopeSpec & SS,TemplateIdAnnotation * TemplateId,ArrayRef<TemplateParameterList * > ParamLists,bool IsFriend,bool & IsMemberSpecialization,bool & Invalid,bool SuppressDiagnostic) MatchTemplateParametersToScopeSpecifier() argument
|
H A D | SemaDecl.cpp | 18921 ActOnLastBitfield(SourceLocation DeclLoc,SmallVectorImpl<Decl * > & AllIvarDecls) ActOnLastBitfield() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 2205 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl() local 3921 SourceLocation DeclLoc = FD->getLocation(); in RewriteBlockPointerFunctionArgs() local 4022 SourceLocation DeclLoc = ND->getLocation(); in RewriteBlockPointerDecl() local 4172 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar() local
|
H A D | RewriteModernObjC.cpp | 2292 const char *startBuf = SM->getCharacterData(DeclLoc); in RewriteTypeOfDecl() local 4767 SourceLocation DeclLoc = FD->getLocation(); RewriteBlockPointerFunctionArgs() local 4868 SourceLocation DeclLoc = ND->getLocation(); RewriteBlockPointerDecl() local 5015 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); RewriteByRefVar() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 218 SourceLocation DeclLoc = Tok.getLocation(); ParseOptionalCXXScopeSpecifier() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3793 SourceLocation DeclLoc; ReadDeclRecord() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 295 for (const auto DeclLoc : DeclLocs) { getRawCommentForDeclNoCache() local 542 for (const auto DeclLoc : DeclLocs) { attachCommentsToJustParsedDecls() local
|
H A D | ExprConstant.cpp | 15763 SourceLocation DeclLoc = VD->getLocation(); EvaluateAsInitializer() local
|