Searched defs:DS (Results 51 - 61 of 61) sorted by relevance

123

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2801 void ExprEngine::processStaticInitializer(const DeclStmt *DS, argument
/openbsd-current/gnu/llvm/clang/include/clang/Parse/
H A DParser.h911 bool TryAltiVecToken(DeclSpec &DS, SourceLocation Loc, argument
2415 ParseDeclarationSpecifiers( DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo = ParsedTemplateInfo(), AccessSpecifier AS = AS_none, DeclSpecContext DSC = DeclSpecContext::DSC_normal, LateParsedAttrList *LateAttrs = nullptr) argument
2433 ParseSpecifierQualifierList( DeclSpec &DS, AccessSpecifier AS = AS_none, DeclSpecContext DSC = DeclSpecContext::DSC_normal) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4543 bool RewriteObjC::IsDeclStmtInForeachHeader(DeclStmt *DS) { argument
H A DRewriteModernObjC.cpp5418 bool RewriteModernObjC::IsDeclStmtInForeachHeader(DeclStmt *DS) { argument
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1837 const DeclSpec &DS; member in class:clang::Declarator
1945 Declarator(const DeclSpec &DS, const ParsedAttributesView &DeclarationAttrs, argument
2023 ExtendWithDeclSpec(const DeclSpec &DS) argument
2680 FieldDeclarator(const DeclSpec &DS, const ParsedAttributes &DeclarationAttrs) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp547 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt); local
2499 DeclStmt *DS = dyn_cast<DeclStmt>(First); local
[all...]
H A DSemaDeclObjC.cpp5187 const DeclSpec &DS = D.getDeclSpec(); local
[all...]
H A DSemaType.cpp773 static void diagnoseAndRemoveTypeQualifiers(Sema &S, const DeclSpec &DS, argument
821 const DeclSpec &DS = declarator.getDeclSpec(); local
1275 DeclSpec &DS = declarator.getMutableDeclSpec(); local
1929 BuildQualifiedType(QualType T, SourceLocation Loc, Qualifiers Qs, const DeclSpec *DS) argument
1979 BuildQualifiedType(QualType T, SourceLocation Loc, unsigned CVRAU, const DeclSpec *DS) argument
6076 const DeclSpec &DS; member in class:__anon865::__anon868::TypeSpecLocFiller
6079 TypeSpecLocFiller(Sema &S, ASTContext &Context, TypeProcessingState &State, const DeclSpec &DS) argument
[all...]
H A DSemaCodeComplete.cpp4423 void Sema::CodeCompleteDeclSpec(Scope *S, DeclSpec &DS, argument
5846 static void AddTypeQualifierResults(DeclSpec &DS, ResultBuilde argument
5860 CodeCompleteTypeQualifiers(DeclSpec &DS) argument
5871 CodeCompleteFunctionQualifiers(DeclSpec &DS, Declarator &D, const VirtSpecifiers *VS) argument
7627 CodeCompleteObjCPassingType(Scope *S, ObjCDeclSpec &DS, bool IsParameter) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp2026 LocalScope* CFGBuilder::addLocalScopeForDeclStmt(DeclStmt *DS, argument
2902 CFGBlock *CFGBuilder::VisitDeclStmt(DeclStmt *DS) { argument
2935 VisitDeclSubExpr(DeclStmt *DS) argument
3622 const DeclStmt *DS = F->getConditionVariableDeclStmt(); local
3947 const DeclStmt *DS = W->getConditionVariableDeclStmt(); local
5537 VisitDeclStmt(DeclStmt *DS) argument
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h3708 DerefState DS; local

Completed in 415 milliseconds

123