Home
last modified time | relevance | path

Searched refs:IndexingContext (Results 1 – 25 of 112) sorted by relevance

12345

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Index/
H A DIndexingAction.cpp49 std::shared_ptr<IndexingContext> IndexCtx;
53 std::shared_ptr<IndexingContext> IndexCtx) in IndexASTConsumer()
80 std::shared_ptr<IndexingContext> IndexCtx;
83 IndexPPCallbacks(std::shared_ptr<IndexingContext> IndexCtx) in IndexPPCallbacks()
112 std::shared_ptr<IndexingContext> IndexCtx;
117 IndexCtx(new IndexingContext(Opts, *DataConsumer)) {} in IndexActionBase()
210 IndexingContext &IndexCtx = *static_cast<IndexingContext*>(context); in topLevelDeclVisitor()
220 IndexingContext IndexCtx(Opts, DataConsumer); in indexASTUnit()
231 IndexingContext IndexCtx(Opts, DataConsumer); in indexTopLevelDecls()
243 std::make_shared<IndexingContext>(Opts, Consumer)); in indexMacrosCallback()
[all …]
H A DIndexingContext.cpp28 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex()
32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts()
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols()
40 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation()
44 bool IndexingContext::handleDecl(const Decl *D, in handleDecl()
50 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl()
83 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
118 bool IndexingContext::isTemplateImplicitInstantiation(const Decl *D) { in isTemplateImplicitInstantiation()
150 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit()
416 void IndexingContext::handleMacroDefined(const IdentifierInfo &Name, in handleMacroDefined()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp27 std::shared_ptr<IndexingContext> IndexCtx;
30 IndexPPCallbacks(std::shared_ptr<IndexingContext> IndexCtx) in IndexPPCallbacks()
58 std::shared_ptr<IndexingContext> IndexCtx;
68 IndexCtx(new IndexingContext(Opts, *this->DataConsumer)), in IndexASTConsumer()
142 IndexingContext &IndexCtx = *static_cast<IndexingContext*>(context); in topLevelDeclVisitor()
146 static void indexTranslationUnit(ASTUnit &Unit, IndexingContext &IndexCtx) { in indexTranslationUnit()
162 IndexingContext IndexCtx(Opts, DataConsumer); in indexASTUnit()
177 IndexingContext IndexCtx(Opts, DataConsumer); in indexTopLevelDecls()
193 std::make_shared<IndexingContext>(Opts, Consumer)); in indexMacrosCallback()
200 IndexingContext IndexCtx(Opts, DataConsumer); in indexModuleFile()
H A DIndexingContext.cpp28 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex()
32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts()
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols()
40 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation()
44 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations()
48 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters()
52 bool IndexingContext::handleDecl(const Decl *D, in handleDecl()
58 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl()
106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
150 bool IndexingContext::isTemplateImplicitInstantiation(const Decl *D) { in isTemplateImplicitInstantiation()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Index/
H A DIndexingAction.cpp27 std::shared_ptr<IndexingContext> IndexCtx;
30 IndexPPCallbacks(std::shared_ptr<IndexingContext> IndexCtx) in IndexPPCallbacks()
58 std::shared_ptr<IndexingContext> IndexCtx;
68 IndexCtx(new IndexingContext(Opts, *this->DataConsumer)), in IndexASTConsumer()
142 IndexingContext &IndexCtx = *static_cast<IndexingContext*>(context); in topLevelDeclVisitor()
146 static void indexTranslationUnit(ASTUnit &Unit, IndexingContext &IndexCtx) { in indexTranslationUnit()
162 IndexingContext IndexCtx(Opts, DataConsumer); in indexASTUnit()
177 IndexingContext IndexCtx(Opts, DataConsumer); in indexTopLevelDecls()
193 std::make_shared<IndexingContext>(Opts, Consumer)); in indexMacrosCallback()
200 IndexingContext IndexCtx(Opts, DataConsumer); in indexModuleFile()
H A DIndexingContext.cpp28 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex()
32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts()
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols()
40 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation()
44 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations()
48 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters()
52 bool IndexingContext::handleDecl(const Decl *D, in handleDecl()
58 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl()
106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
150 bool IndexingContext::isTemplateImplicitInstantiation(const Decl *D) { in isTemplateImplicitInstantiation()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Index/
H A DIndexingAction.cpp49 std::shared_ptr<IndexingContext> IndexCtx;
53 std::shared_ptr<IndexingContext> IndexCtx) in IndexASTConsumer()
80 std::shared_ptr<IndexingContext> IndexCtx;
83 IndexPPCallbacks(std::shared_ptr<IndexingContext> IndexCtx) in IndexPPCallbacks()
112 std::shared_ptr<IndexingContext> IndexCtx;
117 IndexCtx(new IndexingContext(Opts, *DataConsumer)) {} in IndexActionBase()
210 IndexingContext &IndexCtx = *static_cast<IndexingContext*>(context); in topLevelDeclVisitor()
230 IndexingContext IndexCtx(Opts, DataConsumer); in indexASTUnit()
245 IndexingContext IndexCtx(Opts, DataConsumer); in indexTopLevelDecls()
261 std::make_shared<IndexingContext>(Opts, Consumer)); in indexMacrosCallback()
[all …]
H A DIndexingContext.cpp27 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex()
31 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts()
35 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols()
39 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation()
43 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations()
47 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters()
51 bool IndexingContext::handleDecl(const Decl *D, in handleDecl()
57 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl()
106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
150 bool IndexingContext::isTemplateImplicitInstantiation(const Decl *D) { in isTemplateImplicitInstantiation()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Index/
H A DIndexingAction.cpp50 std::shared_ptr<IndexingContext> IndexCtx;
54 std::shared_ptr<IndexingContext> IndexCtx)
81 std::shared_ptr<IndexingContext> IndexCtx;
84 IndexPPCallbacks(std::shared_ptr<IndexingContext> IndexCtx)
113 std::shared_ptr<IndexingContext> IndexCtx;
118 IndexCtx(new IndexingContext(Opts, *DataConsumer)) {} in blockdev_size()
211 IndexingContext &IndexCtx = *static_cast<IndexingContext*>(context);
231 IndexingContext IndexCtx(Opts, DataConsumer);
246 IndexingContext IndexCtx(Opts, DataConsumer);
262 std::make_shared<IndexingContext>(Opts, Consumer));
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Index/
H A DIndexingAction.cpp27 std::shared_ptr<IndexingContext> IndexCtx;
30 IndexPPCallbacks(std::shared_ptr<IndexingContext> IndexCtx) in IndexPPCallbacks()
58 std::shared_ptr<IndexingContext> IndexCtx;
68 IndexCtx(new IndexingContext(Opts, *this->DataConsumer)), in IndexASTConsumer()
157 IndexingContext &IndexCtx = *static_cast<IndexingContext*>(context); in topLevelDeclVisitor()
161 static void indexTranslationUnit(ASTUnit &Unit, IndexingContext &IndexCtx) { in indexTranslationUnit()
186 IndexingContext IndexCtx(Opts, DataConsumer); in indexASTUnit()
201 IndexingContext IndexCtx(Opts, DataConsumer); in indexTopLevelDecls()
217 std::make_shared<IndexingContext>(Opts, Consumer)); in indexMacrosCallback()
224 IndexingContext IndexCtx(Opts, DataConsumer); in indexModuleFile()
H A DIndexingContext.cpp28 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex()
32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts()
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols()
40 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation()
44 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations()
48 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters()
52 bool IndexingContext::handleDecl(const Decl *D, in handleDecl()
58 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl()
106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
150 bool IndexingContext::isTemplateImplicitInstantiation(const Decl *D) { in isTemplateImplicitInstantiation()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Index/
H A DIndexingAction.cpp27 std::shared_ptr<IndexingContext> IndexCtx;
30 IndexPPCallbacks(std::shared_ptr<IndexingContext> IndexCtx) in IndexPPCallbacks()
58 std::shared_ptr<IndexingContext> IndexCtx;
68 IndexCtx(new IndexingContext(Opts, *this->DataConsumer)), in IndexASTConsumer()
157 IndexingContext &IndexCtx = *static_cast<IndexingContext*>(context); in topLevelDeclVisitor()
161 static void indexTranslationUnit(ASTUnit &Unit, IndexingContext &IndexCtx) { in indexTranslationUnit()
186 IndexingContext IndexCtx(Opts, DataConsumer); in indexASTUnit()
201 IndexingContext IndexCtx(Opts, DataConsumer); in indexTopLevelDecls()
217 std::make_shared<IndexingContext>(Opts, Consumer)); in indexMacrosCallback()
224 IndexingContext IndexCtx(Opts, DataConsumer); in indexModuleFile()
H A DIndexingContext.cpp28 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex()
32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts()
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols()
40 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation()
44 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations()
48 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters()
52 bool IndexingContext::handleDecl(const Decl *D, in handleDecl()
58 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl()
106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
150 bool IndexingContext::isTemplateImplicitInstantiation(const Decl *D) { in isTemplateImplicitInstantiation()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Index/
H A DIndexingAction.cpp27 std::shared_ptr<IndexingContext> IndexCtx;
30 IndexPPCallbacks(std::shared_ptr<IndexingContext> IndexCtx) in IndexPPCallbacks()
58 std::shared_ptr<IndexingContext> IndexCtx;
68 IndexCtx(new IndexingContext(Opts, *this->DataConsumer)), in IndexASTConsumer()
157 IndexingContext &IndexCtx = *static_cast<IndexingContext*>(context); in topLevelDeclVisitor()
161 static void indexTranslationUnit(ASTUnit &Unit, IndexingContext &IndexCtx) { in indexTranslationUnit()
177 IndexingContext IndexCtx(Opts, DataConsumer); in indexASTUnit()
192 IndexingContext IndexCtx(Opts, DataConsumer); in indexTopLevelDecls()
208 std::make_shared<IndexingContext>(Opts, Consumer)); in indexMacrosCallback()
215 IndexingContext IndexCtx(Opts, DataConsumer); in indexModuleFile()
H A DIndexingContext.cpp28 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex()
32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts()
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols()
40 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation()
44 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations()
48 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters()
52 bool IndexingContext::handleDecl(const Decl *D, in handleDecl()
58 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl()
106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
150 bool IndexingContext::isTemplateImplicitInstantiation(const Decl *D) { in isTemplateImplicitInstantiation()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Index/
H A DIndexingAction.cpp27 std::shared_ptr<IndexingContext> IndexCtx;
30 IndexPPCallbacks(std::shared_ptr<IndexingContext> IndexCtx) in IndexPPCallbacks()
58 std::shared_ptr<IndexingContext> IndexCtx;
68 IndexCtx(new IndexingContext(Opts, *this->DataConsumer)), in IndexASTConsumer()
157 IndexingContext &IndexCtx = *static_cast<IndexingContext*>(context); in topLevelDeclVisitor()
161 static void indexTranslationUnit(ASTUnit &Unit, IndexingContext &IndexCtx) { in indexTranslationUnit()
177 IndexingContext IndexCtx(Opts, DataConsumer); in indexASTUnit()
192 IndexingContext IndexCtx(Opts, DataConsumer); in indexTopLevelDecls()
208 std::make_shared<IndexingContext>(Opts, Consumer)); in indexMacrosCallback()
215 IndexingContext IndexCtx(Opts, DataConsumer); in indexModuleFile()
H A DIndexingContext.cpp28 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex()
32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts()
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols()
40 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation()
44 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations()
48 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters()
52 bool IndexingContext::handleDecl(const Decl *D, in handleDecl()
58 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl()
106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
150 bool IndexingContext::isTemplateImplicitInstantiation(const Decl *D) { in isTemplateImplicitInstantiation()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Index/
H A DIndexingAction.cpp27 std::shared_ptr<IndexingContext> IndexCtx;
30 IndexPPCallbacks(std::shared_ptr<IndexingContext> IndexCtx) in IndexPPCallbacks()
58 std::shared_ptr<IndexingContext> IndexCtx;
68 IndexCtx(new IndexingContext(Opts, *this->DataConsumer)), in IndexASTConsumer()
157 IndexingContext &IndexCtx = *static_cast<IndexingContext*>(context); in topLevelDeclVisitor()
161 static void indexTranslationUnit(ASTUnit &Unit, IndexingContext &IndexCtx) { in indexTranslationUnit()
186 IndexingContext IndexCtx(Opts, DataConsumer); in indexASTUnit()
201 IndexingContext IndexCtx(Opts, DataConsumer); in indexTopLevelDecls()
217 std::make_shared<IndexingContext>(Opts, Consumer)); in indexMacrosCallback()
224 IndexingContext IndexCtx(Opts, DataConsumer); in indexModuleFile()
H A DIndexingContext.cpp28 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex()
32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts()
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols()
40 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation()
44 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations()
48 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters()
52 bool IndexingContext::handleDecl(const Decl *D, in handleDecl()
58 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl()
106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
150 bool IndexingContext::isTemplateImplicitInstantiation(const Decl *D) { in isTemplateImplicitInstantiation()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Index/
H A DIndexingContext.cpp28 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex()
32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts()
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols()
40 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation()
44 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations()
48 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters()
52 bool IndexingContext::handleDecl(const Decl *D, in handleDecl()
58 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl()
106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
186 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Index/
H A DIndexingContext.cpp28 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex()
32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts()
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols()
40 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation()
44 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations()
48 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters()
52 bool IndexingContext::handleDecl(const Decl *D, in handleDecl()
58 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl()
106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
186 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Index/
H A DIndexingContext.cpp28 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex()
32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts()
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols()
40 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation()
44 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations()
48 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters()
52 bool IndexingContext::handleDecl(const Decl *D, in handleDecl()
58 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl()
106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
186 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp28 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex()
32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts()
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols()
40 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation()
44 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations()
48 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters()
52 bool IndexingContext::handleDecl(const Decl *D, in handleDecl()
58 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl()
106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
186 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Index/
H A DIndexingContext.cpp28 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex()
32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts()
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols()
40 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation()
44 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations()
48 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters()
52 bool IndexingContext::handleDecl(const Decl *D, in handleDecl()
58 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl()
106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
186 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Index/
H A DIndexingContext.cpp28 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex()
32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts()
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols()
40 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation()
44 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations()
48 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters()
52 bool IndexingContext::handleDecl(const Decl *D, in handleDecl()
58 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl()
106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
186 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit()
[all …]

12345