Home
last modified time | relevance | path

Searched defs:DSC (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.h126 explicit GraphRenderer(const FuncIdConversionHelper &FuncIdHelper, bool DSC) in GraphRenderer()
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2249 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 DParseDecl.cpp49 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 DParseDeclCXX.cpp1549 ParseClassSpecifier(tok::TokenKind TagTokKind,SourceLocation StartLoc,DeclSpec & DS,const ParsedTemplateInfo & TemplateInfo,AccessSpecifier AS,bool EnteringContext,DeclSpecContext DSC,ParsedAttributes & Attributes) ParseClassSpecifier() argument
H A DParseOpenMP.cpp640 Parser::DeclSpecContext DSC = Parser::DeclSpecContext::DSC_type_specifier; parseOpenMPDeclareMapperVarDecl() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp744 enum class StringLayout { CSD, DSC }; global() enumerator