OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TemplateIdAnnotation
(Results
1 - 15
of
15
) sorted by null
/external/clang/include/clang/Sema/
ParsedTemplate.h
141
struct
TemplateIdAnnotation
{
182
/// \brief Creates a new
TemplateIdAnnotation
with NumArgs arguments and
184
static
TemplateIdAnnotation
*
185
Allocate(unsigned NumArgs, SmallVectorImpl<
TemplateIdAnnotation
*> &List) {
186
TemplateIdAnnotation
*TemplateId
187
= (
TemplateIdAnnotation
*)std::malloc(sizeof(
TemplateIdAnnotation
) +
DeclSpec.h
52
struct
TemplateIdAnnotation
;
[
all
...]
Sema.h
[
all
...]
/external/clang/lib/Parse/
Parser.cpp
495
///
TemplateIdAnnotation
pointers and clear the vector.
497
SmallVectorImpl<
TemplateIdAnnotation
*> &Container;
499
DestroyTemplateIdAnnotationsRAIIObj(SmallVectorImpl<
TemplateIdAnnotation
*>
504
for (SmallVectorImpl<
TemplateIdAnnotation
*>::iterator I =
[
all
...]