HomeSort by relevance Sort by last modified time
    Searched refs:TemplateIdAnnotation (Results 1 - 14 of 14) 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 49 struct TemplateIdAnnotation;
832 TemplateIdAnnotation *TemplateId;
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 477 /// TemplateIdAnnotation pointers and clear the vector.
479 SmallVectorImpl<TemplateIdAnnotation *> &Container;
481 DestroyTemplateIdAnnotationsRAIIObj(SmallVectorImpl<TemplateIdAnnotation *>
486 for (SmallVectorImpl<TemplateIdAnnotation *>::iterator I =
    [all...]
ParseTemplate.cpp 840 TemplateIdAnnotation *TemplateId
841 = TemplateIdAnnotation::Allocate(TemplateArgs.size(), TemplateIds);
    [all...]
ParseExprCXX.cpp 290 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok);
    [all...]
ParseDeclCXX.cpp 812 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok);
    [all...]
ParseExpr.cpp     [all...]
ParseTentative.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 38 void UnqualifiedId::setTemplateId(TemplateIdAnnotation *TemplateId) {
46 void UnqualifiedId::setConstructorTemplateId(TemplateIdAnnotation *TemplateId) {
    [all...]
SemaExprCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 196 SmallVector<TemplateIdAnnotation *, 16> TemplateIds;
570 /// \brief Get the TemplateIdAnnotation from the token.
571 TemplateIdAnnotation *takeTemplateIdAnnotation(const Token &tok);
    [all...]

Completed in 262 milliseconds