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 49 struct TemplateIdAnnotation;
    [all...]
Sema.h     [all...]
  /external/clang/lib/Parse/
Parser.cpp 43 /// TemplateIdAnnotation pointers and clear the vector.
45 SmallVectorImpl<TemplateIdAnnotation *> &Container;
49 SmallVectorImpl<TemplateIdAnnotation *> &Container)
53 for (SmallVectorImpl<TemplateIdAnnotation *>::iterator I =
    [all...]
ParseTemplate.cpp     [all...]
ParseExprCXX.cpp 209 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok);
379 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok);
    [all...]
ParseTentative.cpp     [all...]
ParseDecl.cpp     [all...]
ParseExpr.cpp     [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 31 void UnqualifiedId::setTemplateId(TemplateIdAnnotation *TemplateId) {
39 void UnqualifiedId::setConstructorTemplateId(TemplateIdAnnotation *TemplateId) {
    [all...]
SemaTemplate.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 224 SmallVector<TemplateIdAnnotation *, 16> TemplateIds;
652 /// \brief Get the TemplateIdAnnotation from the token.
653 TemplateIdAnnotation *takeTemplateIdAnnotation(const Token &tok);
    [all...]

Completed in 1330 milliseconds