HomeSort by relevance Sort by last modified time
    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...]
ParseTemplate.cpp     [all...]
ParseExprCXX.cpp 205 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok);
357 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok);
    [all...]
ParseExpr.cpp     [all...]
ParseTentative.cpp     [all...]
ParseDecl.cpp     [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 40 void UnqualifiedId::setTemplateId(TemplateIdAnnotation *TemplateId) {
48 void UnqualifiedId::setConstructorTemplateId(TemplateIdAnnotation *TemplateId) {
    [all...]
SemaTemplate.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 219 SmallVector<TemplateIdAnnotation *, 16> TemplateIds;
641 /// \brief Get the TemplateIdAnnotation from the token.
642 TemplateIdAnnotation *takeTemplateIdAnnotation(const Token &tok);
    [all...]

Completed in 1006 milliseconds