HomeSort by relevance Sort by last modified time
    Searched refs:TagKind (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/Analysis/
ProgramPoint.h 436 ProgramPointTag(void *tagKind = 0) : TagKind(tagKind) {}
442 const void *getTagKind() { return TagKind; }
445 const void *TagKind;
  /external/clang/lib/AST/
DeclTemplate.cpp 639 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
662 ClassTemplateSpecializationDecl::Create(ASTContext &Context, TagKind TK,
741 ClassTemplatePartialSpecializationDecl(ASTContext &Context, TagKind TK,
    [all...]
DeclCXX.cpp 65 CXXRecordDecl::CXXRecordDecl(Kind K, TagKind TK, DeclContext *DC,
72 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK,
    [all...]
Decl.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
Decl.h     [all...]
DeclCXX.h 653 CXXRecordDecl(Kind K, TagKind TK, DeclContext *DC,
704 static CXXRecordDecl *Create(const ASTContext &C, TagKind TK, DeclContext *DC,
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 429 TD->setTagKind((TagDecl::TagKind)Record[Idx++]);
    [all...]

Completed in 842 milliseconds