clang API Documentation
Classes | |
| class | AnalysisBasedWarnings |
| class | AccessedEntity |
| class | DelayedDiagnostic |
| class | DelayedDiagnosticPool |
| A collection of diagnostics which were delayed. More... | |
| 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 | 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... | |
Functions | |
| Attr * | instantiateTemplateAttribute (const Attr *At, ASTContext &C, Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs) |
| Attr* clang::sema::instantiateTemplateAttribute | ( | const Attr * | At, |
| ASTContext & | C, | ||
| Sema & | S, | ||
| const MultiLevelTemplateArgumentList & | TemplateArgs | ||
| ) |
Referenced by clang::Sema::InstantiateAttrs(), and clang::Sema::InstantiateClass().