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

  /external/clang/include/clang/Analysis/
ProgramPoint.h 651 ProgramPointTag(void *tagKind = nullptr) : TagKind(tagKind) {}
657 const void *getTagKind() { return TagKind; }
660 const void *TagKind;
  /external/clang/lib/AST/
DeclTemplate.cpp 711 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
734 ClassTemplateSpecializationDecl::Create(ASTContext &Context, TagKind TK,
    [all...]
DeclCXX.cpp 86 CXXRecordDecl::CXXRecordDecl(Kind K, TagKind TK, const ASTContext &C,
95 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK,
    [all...]
Decl.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
DeclTemplate.h     [all...]
DeclCXX.h 640 CXXRecordDecl(Kind K, TagKind TK, const ASTContext &C, DeclContext *DC,
682 static CXXRecordDecl *Create(const ASTContext &C, TagKind TK, DeclContext *DC,
    [all...]
ASTContext.h 859 RecordDecl::TagKind TK = TTK_Struct) const;
    [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp     [all...]
ClangASTType.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 533 TD->setTagKind((TagDecl::TagKind)Record[Idx++]);
    [all...]

Completed in 387 milliseconds