clang  19.0.0git
Classes | Enumerations | Functions
clang::sema Namespace Reference

Classes

class  AnalysisBasedWarnings
 
class  AccessedEntity
 A declaration being accessed, together with information about how it was accessed. More...
 
class  DelayedDiagnostic
 A diagnostic message which has been conditionally emitted pending the complete parsing of the current declaration. More...
 
class  DelayedDiagnosticPool
 A collection of diagnostics which were delayed. More...
 
class  RISCVIntrinsicManager
 
class  CompoundScopeInfo
 Contains information about the compound statement currently being parsed. More...
 
class  PossiblyUnreachableDiag
 
class  FunctionScopeInfo
 Retains information about a function, method, or block that is currently being parsed. More...
 
class  Capture
 
class  CapturingScopeInfo
 
class  BlockScopeInfo
 Retains information about a block that is currently being parsed. More...
 
class  CapturedRegionScopeInfo
 Retains information about a captured region. More...
 
class  LambdaScopeInfo
 
class  TemplateDeductionInfo
 Provides information about an attempted template argument deduction, whose success or failure was described by a TemplateDeductionResult value. More...
 
class  SemaPPCallbacks
 

Enumerations

enum class  FirstCoroutineStmtKind { CoReturn , CoAwait , CoYield }
 

Functions

AttrinstantiateTemplateAttribute (const Attr *At, ASTContext &C, Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs)
 
AttrinstantiateTemplateAttributeForDecl (const Attr *At, ASTContext &C, Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs)
 

Enumeration Type Documentation

◆ FirstCoroutineStmtKind

Enumerator
CoReturn 
CoAwait 
CoYield 

Definition at line 100 of file ScopeInfo.h.

Function Documentation

◆ instantiateTemplateAttribute()

Attr* clang::sema::instantiateTemplateAttribute ( const Attr At,
ASTContext C,
Sema S,
const MultiLevelTemplateArgumentList TemplateArgs 
)

◆ instantiateTemplateAttributeForDecl()

Attr* clang::sema::instantiateTemplateAttributeForDecl ( const Attr At,
ASTContext C,
Sema S,
const MultiLevelTemplateArgumentList TemplateArgs 
)