/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/libshared/src/ |
H A D | Configuration.h | 56 std::string get (const std::string&, bool getFromContext = true) const; 57 int getInteger (const std::string&, bool getFromContext = true) const; 58 double getReal (const std::string&, bool getFromContext = true) const; 59 bool getBoolean (const std::string&, bool getFromContext = true) const;
|
H A D | Configuration.cpp | 272 std::string Configuration::get (const std::string& key, bool getFromContext) const in get() 276 if(itContext != end() && getFromContext && key.rfind("context.", 0) != 0) { in get() 291 int Configuration::getInteger (const std::string& key, bool getFromContext) const in getInteger() 293 auto val = get(key, getFromContext); in getInteger() 301 double Configuration::getReal (const std::string& key, bool getFromContext) const in getReal() 303 auto val = get(key, getFromContext); in getReal() 311 bool Configuration::getBoolean (const std::string& key, bool getFromContext) const in getBoolean() 313 auto val = get(key, getFromContext); in getBoolean()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 173 assert((&PersistentCtx != &getFromContext()) && (&OtherImporter != this) && in ImportImpl() 208 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 226 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 228 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported() 259 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin() 274 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin() 290 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC() 432 if (&Importer->getFromContext() == &S.getASTContext()) in RemoveSources()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 173 assert((&PersistentCtx != &getFromContext()) && (&OtherImporter != this) && in ImportImpl() 208 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 226 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 228 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported() 259 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin() 274 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin() 290 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC() 432 if (&Importer->getFromContext() == &S.getASTContext()) in RemoveSources()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 173 assert((&PersistentCtx != &getFromContext()) && (&OtherImporter != this) && in ImportImpl() 208 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 226 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 228 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported() 259 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin() 274 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin() 290 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC() 432 if (&Importer->getFromContext() == &S.getASTContext()) in RemoveSources()
|
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 173 assert((&PersistentCtx != &getFromContext()) && (&OtherImporter != this) && in ImportImpl() 208 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 226 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 228 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported() 259 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin() 274 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin() 290 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC() 432 if (&Importer->getFromContext() == &S.getASTContext()) in RemoveSources()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 173 assert((&PersistentCtx != &getFromContext()) && (&OtherImporter != this) && in ImportImpl() 208 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 226 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 228 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported() 259 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin() 274 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin() 290 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC() 432 if (&Importer->getFromContext() == &S.getASTContext()) in RemoveSources()
|
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 173 assert((&PersistentCtx != &getFromContext()) && (&OtherImporter != this) && in ImportImpl() 208 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 226 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 228 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported() 259 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin() 274 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin() 290 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC() 432 if (&Importer->getFromContext() == &S.getASTContext()) in RemoveSources()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 173 assert((&PersistentCtx != &getFromContext()) && (&OtherImporter != this) && in ImportImpl() 208 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 226 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 228 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported() 259 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin() 274 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin() 290 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC() 432 if (&Importer->getFromContext() == &S.getASTContext()) in RemoveSources()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 173 assert((&PersistentCtx != &getFromContext()) && (&OtherImporter != this) && in ImportImpl() 208 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 226 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 228 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported() 259 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin() 274 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin() 290 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC() 432 if (&Importer->getFromContext() == &S.getASTContext()) in RemoveSources()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 173 assert((&PersistentCtx != &getFromContext()) && (&OtherImporter != this) && in ImportImpl() 208 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 226 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 228 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported() 259 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin() 274 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin() 290 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC() 432 if (&Importer->getFromContext() == &S.getASTContext()) in RemoveSources()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 173 assert((&PersistentCtx != &getFromContext()) && (&OtherImporter != this) && in ImportImpl() 208 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 226 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 228 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported() 259 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin() 274 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin() 290 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC() 432 if (&Importer->getFromContext() == &S.getASTContext()) in RemoveSources()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 173 assert((&PersistentCtx != &getFromContext()) && (&OtherImporter != this) && in ImportImpl() 208 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 226 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 228 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported() 259 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin() 274 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin() 290 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC() 432 if (&Importer->getFromContext() == &S.getASTContext()) in RemoveSources()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 173 assert((&PersistentCtx != &getFromContext()) && (&OtherImporter != this) && in ImportImpl() 208 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 226 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 228 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported() 259 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin() 274 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin() 290 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC() 432 if (&Importer->getFromContext() == &S.getASTContext()) in RemoveSources()
|
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/ |
H A D | ExternalASTMerger.cpp | 173 assert((&PersistentCtx != &getFromContext()) && (&OtherImporter != this) && in ImportImpl() 208 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 226 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 228 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported() 259 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin() 274 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin() 290 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC() 432 if (&Importer->getFromContext() == &S.getASTContext()) in RemoveSources()
|
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 126 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 144 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 146 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported() 177 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin() 192 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin() 208 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC() 338 if (&Importer->getFromContext() == &S.AST) in RemoveSources()
|
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 122 << ", (ASTContext*)" << (void*)&getFromContext() 140 << ", (ASTContext*)" << (void*)&getFromContext() 142 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); 174 if (&I->getFromContext() == &OriginContext) 189 if (&I->getFromContext() == &OriginContext) 205 Importer->getFromContext().getTranslationUnitDecl(); 335 if (&Importer->getFromContext() == &S.AST)
|
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 122 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 140 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 142 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported() 174 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin() 189 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin() 205 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC() 333 if (&Importer->getFromContext() == &S.AST) in RemoveSources()
|
/dports/lang/kawa/kawa-3.1.1/kawa/lang/ |
H A D | Eval.java | 38 return ctx.getFromContext(oldIndex); in eval() 56 return ctx.getFromContext(oldIndex); in evalBody()
|
/dports/lang/kawa/kawa-3.1.1/gnu/expr/ |
H A D | CompiledModule.java | 80 return ctx.getFromContext(oldIndex); in evalToResultValue()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/ |
H A D | MenuHelper.java | 155 EHandlerService service = getFromContext(context, EHandlerService.class); in getVisibleWhen() 156 ICommandService commandService = getFromContext(context, ICommandService.class); in getVisibleWhen() 198 protected static <T> T getFromContext(IEvaluationContext context, Class<T> expectedType) { in getFromContext() method in MenuHelper
|
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/ |
H A D | ASTImporter.h | 294 ASTContext &getFromContext() const { return FromContext; } in getFromContext() function
|
/dports/lang/kawa/kawa-3.1.1/gnu/xquery/lang/ |
H A D | XQuery.java | 329 return ctx.getFromContext(oldIndex); in applyWithFocus() 378 return ctx.getFromContext(oldIndex); in applyWithFocus() 459 return (Procedure) ctx.getFromContext(oldIndex); in evalToFocusProc()
|
/dports/lang/kawa/kawa-3.1.1/gnu/mapping/ |
H A D | Procedure.java | 88 return ctx.getFromContext(start); in applyToObjectDefault()
|
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/ |
H A D | ASTImporter.h | 400 ASTContext &getFromContext() const { return FromContext; } in getFromContext() function
|