Searched defs:Sema (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
H A DCommentSema.h32 class Sema { class in namespace:clang::comments
33 Sema(const Sema &) LLVM_DELETED_FUNCTION;
34 void operator=(const Sema &) LLVM_DELETED_FUNCTION;
70 Sema(llvm::BumpPtrAllocator &Allocator, const SourceManager &SourceMgr,
75 /// Returns a copy of array, owned by Sema's allocator.
/external/clang/lib/Sema/
H A DSema.cpp1 //===--- Sema.cpp - AST Builder and Semantic Analysis Implementation ------===//
15 #include "clang/Sema/SemaInternal.h"
16 #include "clang/Sema/DelayedDiagnostic.h"
22 #include "clang/Sema/CXXFieldCollector.h"
23 #include "clang/Sema/TemplateDeduction.h"
24 #include "clang/Sema/ExternalSemaSource.h"
25 #include "clang/Sema/ObjCMethodList.h"
26 #include "clang/Sema/PrettyDeclStackTrace.h"
27 #include "clang/Sema/Scope.h"
28 #include "clang/Sema/ScopeInf
84 Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer, function in class:Sema
[all...]
H A DSemaExpr.cpp14 #include "clang/Sema/SemaInternal.h"
15 #include "clang/Sema/DelayedDiagnostic.h"
16 #include "clang/Sema/Initialization.h"
17 #include "clang/Sema/Lookup.h"
18 #include "clang/Sema/ScopeInfo.h"
19 #include "clang/Sema/AnalysisBasedWarnings.h"
37 #include "clang/Sema/DeclSpec.h"
38 #include "clang/Sema/Designator.h"
39 #include "clang/Sema/Scope.h"
40 #include "clang/Sema/ScopeInf
7618 CheckIdentityFieldAssignment(Expr *LHSExpr, Expr *RHSExpr, SourceLocation Loc, Sema &Sema) argument
[all...]
/external/clang/include/clang/Sema/
H A DLookup.h11 // Sema's name-lookup subsystem.
18 #include "clang/Sema/Sema.h"
129 LookupResult(Sema &SemaRef, const DeclarationNameInfo &NameInfo, argument
130 Sema::LookupNameKind LookupKind,
131 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration)
139 Redecl(Redecl != Sema::NotForRedeclaration),
141 Diagnose(Redecl == Sema::NotForRedeclaration)
149 LookupResult(Sema argument
[all...]
H A DSema.h1 //===--- Sema.h - Semantic Analysis & AST Building --------------*- C++ -*-===//
10 // This file defines the Sema class, which performs semantic analysis and
18 #include "clang/Sema/Ownership.h"
19 #include "clang/Sema/AnalysisBasedWarnings.h"
20 #include "clang/Sema/IdentifierResolver.h"
21 #include "clang/Sema/ObjCMethodList.h"
22 #include "clang/Sema/DeclSpec.h"
23 #include "clang/Sema/ExternalSemaSource.h"
24 #include "clang/Sema/LocInfoType.h"
25 #include "clang/Sema/TypoCorrectio
189 class Sema { class in namespace:clang
[all...]
/external/clang/lib/AST/
H A DCommentSema.cpp25 Sema::Sema(llvm::BumpPtrAllocator &Allocator, const SourceManager &SourceMgr, function in class:clang::comments::Sema
31 void Sema::setDecl(const Decl *D) {
40 ParagraphComment *Sema::actOnParagraphComment(
45 BlockCommandComment *Sema::actOnBlockCommandStart(SourceLocation LocBegin,
51 void Sema::actOnBlockCommandArgs(BlockCommandComment *Command,
56 void Sema::actOnBlockCommandFinish(BlockCommandComment *Command,
64 ParamCommandComment *Sema::actOnParamCommandStart(SourceLocation LocBegin,
78 void Sema::actOnParamCommandDirectionArg(ParamCommandComment *Command,
133 void Sema
[all...]

Completed in 112 milliseconds