Searched defs:DeclLoc (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 217 auto *DeclLoc = Env.getStorageLocation(*VD); in VisitDeclRefExpr() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 160 auto DeclLoc = Ctx->getBeginLoc(); in ShouldDiagnoseAvailabilityInContext() local
|
H A D | SemaInit.cpp | 4228 Sema &S, SourceLocation DeclLoc, MultiExprArg Args, in ResolveConstructorOverload() 4605 SourceLocation DeclLoc = Initializer->getBeginLoc(); in TryReferenceListInitialization() local 4986 SourceLocation DeclLoc = Initializer->getBeginLoc(); in TryRefInitWithConversionFunction() local 5120 SourceLocation DeclLoc = Initializer->getBeginLoc(); in TryReferenceInitializationCore() local 5866 SourceLocation DeclLoc = Initializer->getBeginLoc(); in TryUserDefinedConversion() local
|
H A D | SemaLookup.cpp | 5577 SourceLocation DeclLoc, in diagnoseMissingImport()
|
H A D | SemaDeclObjC.cpp | 4140 SourceLocation DeclLoc(IDecl->getLocation()); in ActOnAtEnd() local
|
H A D | SemaOverload.cpp | 4913 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit() 5030 SourceLocation DeclLoc, in TryReferenceInit()
|
H A D | SemaType.cpp | 891 SourceLocation DeclLoc = declarator.getIdentifierLoc(); in ConvertDeclSpecToType() local
|
H A D | SemaTemplate.cpp | 2676 SourceLocation DeclStartLoc, SourceLocation DeclLoc, const CXXScopeSpec &SS, in MatchTemplateParametersToScopeSpecifier()
|
H A D | SemaDecl.cpp | 18580 void Sema::ActOnLastBitfield(SourceLocation DeclLoc, in ActOnLastBitfield()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 2291 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl() local 4765 SourceLocation DeclLoc = FD->getLocation(); in RewriteBlockPointerFunctionArgs() local 4866 SourceLocation DeclLoc = ND->getLocation(); in RewriteBlockPointerDecl() local 5013 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 221 SourceLocation DeclLoc = Tok.getLocation(); in ParseOptionalCXXScopeSpecifier() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3817 SourceLocation DeclLoc; in ReadDeclRecord() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 298 for (const auto DeclLoc : DeclLocs) { in getRawCommentForDeclNoCache() local 545 for (const auto DeclLoc : DeclLocs) { in attachCommentsToJustParsedDecls() local
|
H A D | ExprConstant.cpp | 16179 SourceLocation DeclLoc = VD->getLocation(); in EvaluateAsInitializer() local
|