Home
last modified time | relevance | path

Searched defs:LSD (Results 1 – 8 of 8) sorted by relevance

/llvm-project/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp160 Digit LSD{digit_[0]}; in LoseLeastSignificantDigit() local
/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp30 switch (LSD->getLanguage()) { in checkModuleImportContext() local
H A DSemaTemplate.cpp9000 if (const LinkageSpecDecl *LSD = Ctx->getExternCContext()) CheckTemplateDeclScope() local
H A DSemaDeclCXX.cpp16450 if (const LinkageSpecDecl *LSD = CheckLiteralOperatorDeclaration() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp743 } else if (LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(D)) { HandleTopLevelSingleDecl() local
3046 if (const LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(DC)) getFunctionSourceLocation() local
3074 if (const LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(DC)) RewriteLineDirective() local
H A DRewriteObjC.cpp675 for (DeclContext::decl_iterator DI = LSD->decls_begin(), in HandleTopLevelSingleDecl() local
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1070 VisitLinkageSpecDecl(const LinkageSpecDecl * LSD) VisitLinkageSpecDecl() argument
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4814 if (auto *LSD = dyn_cast<LinkageSpecDecl>(Result)) GetRuntimeFunctionDecl() local
6786 EmitLinkageSpec(const LinkageSpecDecl * LSD) EmitLinkageSpec() argument