HomeSort by: relevance | last modified time | path
    Searched defs:getRecordType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
FDRRecords.h 62 RecordKind getRecordType() const { return T; }
98 return R->getRecordType() >= RecordKind::RK_Metadata &&
99 R->getRecordType() <= RecordKind::RK_Metadata_LastMetadata;
129 return R->getRecordType() == RecordKind::RK_Metadata_BufferExtents;
154 return R->getRecordType() == RecordKind::RK_Metadata_WallClockTime;
180 return R->getRecordType() == RecordKind::RK_Metadata_NewCPUId;
202 return R->getRecordType() == RecordKind::RK_Metadata_TSCWrap;
231 return R->getRecordType() == RecordKind::RK_Metadata_CustomEvent;
258 return R->getRecordType() == RecordKind::RK_Metadata_CustomEventV5;
287 return R->getRecordType() == RecordKind::RK_Metadata_TypedEvent
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 4506 return getRecordType(Record);
4536 QualType ASTContext::getRecordType(const RecordDecl *Decl) const {
8042 QualType VaListTagType = Context->getRecordType(VaListTagDecl);
8094 QualType VaListTagType = Context->getRecordType(VaListTagDecl);
8154 QualType VaListTagType = Context->getRecordType(VaListTagDecl);
8210 QualType T = Context->getRecordType(VaListDecl);
8257 QualType VaListTagType = Context->getRecordType(VaListTagDecl);
8304 QualType VaListTagType = Context->getRecordType(VaListTagDecl);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 480 static const RecordType *getRecordType(QualType QT) {
508 const RecordType *RT = getRecordType(Ty);
637 const RecordType *RT = getRecordType(ArgTy);

Completed in 34 milliseconds