Searched defs:DSC (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph.h | 126 explicit GraphRenderer(const FuncIdConversionHelper &FuncIdHelper, bool DSC) in GraphRenderer()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 2249 isTypeSpecifier(DeclSpecContext DSC) isTypeSpecifier() argument 2291 isDefiningTypeSpecifierContext(DeclSpecContext DSC,bool IsCPlusPlus) isDefiningTypeSpecifierContext() argument 2322 isOpaqueEnumDeclarationContext(DeclSpecContext DSC) isOpaqueEnumDeclarationContext() argument 2348 isClassTemplateDeductionContext(DeclSpecContext DSC) isClassTemplateDeductionContext() argument 2373 getImplicitTypenameContext(DeclSpecContext DSC) getImplicitTypenameContext() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 49 DeclSpecContext DSC = getDeclSpecContextFromDeclaratorContext(Context); ParseTypeName() local 2726 ParseSpecifierQualifierList(DeclSpec & DS,ImplicitTypenameContext AllowImplicitTypename,AccessSpecifier AS,DeclSpecContext DSC) ParseSpecifierQualifierList() argument 2810 ParseImplicitInt(DeclSpec & DS,CXXScopeSpec * SS,const ParsedTemplateInfo & TemplateInfo,AccessSpecifier AS,DeclSpecContext DSC,ParsedAttributes & Attrs) ParseImplicitInt() argument 4853 ParseEnumSpecifier(SourceLocation StartLoc,DeclSpec & DS,const ParsedTemplateInfo & TemplateInfo,AccessSpecifier AS,DeclSpecContext DSC) ParseEnumSpecifier() argument [all...] |
H A D | ParseDeclCXX.cpp | 1549 ParseClassSpecifier(tok::TokenKind TagTokKind,SourceLocation StartLoc,DeclSpec & DS,const ParsedTemplateInfo & TemplateInfo,AccessSpecifier AS,bool EnteringContext,DeclSpecContext DSC,ParsedAttributes & Attributes) ParseClassSpecifier() argument
|
H A D | ParseOpenMP.cpp | 640 Parser::DeclSpecContext DSC = Parser::DeclSpecContext::DSC_type_specifier; parseOpenMPDeclareMapperVarDecl() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxx.cpp | 744 enum class StringLayout { CSD, DSC }; global() enumerator
|