/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | DefineInline.cpp | 98 SourceLocation DeclLoc = D->getLocation(); in checkDeclsAreVisible() local
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | SymbolCollector.cpp | 771 if (auto DeclLoc = getTokenLocation(DefLoc)) handleMacroOccurrence() local 1012 if (auto DeclLoc = getTokenLocation(Loc)) addDeclaration() local
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 217 if (DeclLoc == nullptr) in VisitDeclRefExpr() local
|
/llvm-project/clang-tools-extra/clang-change-namespace/ |
H A D | ChangeNamespace.cpp | 273 SourceLocation DeclLoc = SM.getSpellingLoc(D->getBeginLoc()); in isDeclVisibleAtLocation() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | SourceCodeTests.cpp | 584 auto DeclLoc = [&AST](llvm::StringRef Name) { in TEST() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 2205 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); RewriteTypeOfDecl() local 3921 SourceLocation DeclLoc = FD->getLocation(); RewriteBlockPointerFunctionArgs() local 4022 SourceLocation DeclLoc = ND->getLocation(); RewriteBlockPointerDecl() local 4172 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); RewriteByRefVar() local [all...] |
H A D | RewriteModernObjC.cpp | 2291 const char *startBuf = SM->getCharacterData(DeclLoc); in RewriteTypeOfDecl() local 4765 SourceLocation DeclLoc = FD->getLocation(); RewriteBlockPointerFunctionArgs() local 4866 SourceLocation DeclLoc = ND->getLocation(); RewriteBlockPointerDecl() local 5013 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); RewriteByRefVar() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 154 auto DeclLoc = Ctx->getBeginLoc(); ShouldDiagnoseAvailabilityInContext() local
|
H A D | SemaInit.cpp | 4219 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 4596 SourceLocation DeclLoc = Initializer->getBeginLoc(); TryReferenceListInitialization() local 4977 SourceLocation DeclLoc = Initializer->getBeginLoc(); TryRefInitWithConversionFunction() local 5111 SourceLocation DeclLoc = Initializer->getBeginLoc(); TryReferenceInitializationCore() local 5853 SourceLocation DeclLoc = Initializer->getBeginLoc(); TryUserDefinedConversion() local [all...] |
H A D | SemaDeclObjC.cpp | 4140 SourceLocation DeclLoc(IDecl->getLocation()); ActOnAtEnd() local
|
H A D | SemaLookup.cpp | 5577 diagnoseMissingImport(SourceLocation UseLoc,const NamedDecl * Decl,SourceLocation DeclLoc,ArrayRef<Module * > Modules,MissingImportKind MIK,bool Recover) diagnoseMissingImport() argument
|
H A D | SemaOverload.cpp | 4920 FindConversionForRefInit(Sema & S,ImplicitConversionSequence & ICS,QualType DeclType,SourceLocation DeclLoc,Expr * Init,QualType T2,bool AllowRvalues,bool AllowExplicit) FindConversionForRefInit() argument 5037 TryReferenceInit(Sema & S,Expr * Init,QualType DeclType,SourceLocation DeclLoc,bool SuppressUserConversions,bool AllowExplicit) TryReferenceInit() argument [all...] |
H A D | SemaType.cpp | 891 SourceLocation DeclLoc = declarator.getIdentifierLoc(); ConvertDeclSpecToType() local
|
H A D | SemaTemplate.cpp | 3893 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 | 18534 ActOnLastBitfield(SourceLocation DeclLoc,SmallVectorImpl<Decl * > & AllIvarDecls) ActOnLastBitfield() argument
|
/llvm-project/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 27 SourceLocation DeclLoc; member in __anon540dfa4b0111::IndexingDeclVisitor
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 221 SourceLocation DeclLoc = Tok.getLocation(); in ParseOptionalCXXScopeSpecifier() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | XRefs.cpp | 325 auto DeclLoc = findImplementors() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3809 SourceLocation DeclLoc; ReadDeclRecord() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 298 for (const auto DeclLoc : DeclLocs) { getRawCommentForDeclNoCache() local 545 for (const auto DeclLoc : DeclLocs) { attachCommentsToJustParsedDecls() local
|
H A D | ExprConstant.cpp | 16142 SourceLocation DeclLoc = VD->getLocation(); EvaluateAsInitializer() local
|