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

  /external/v8/tools/clang/blink_gc_plugin/
RecordInfo.cpp 14 record_(record),
43 dyn_cast<ClassTemplateSpecializationDecl>(record_);
85 if (!record_->hasDefinition())
177 for (Decl* decl : record_->decls()) {
191 return record_->hasDefinition();
216 for (CXXRecordDecl::method_iterator it = record_->method_begin();
217 it != record_->method_end();
234 for (CXXRecordDecl::method_iterator it = record_->method_begin();
235 it != record_->method_end();
251 for (CXXRecordDecl::method_iterator it = record_->method_begin()
    [all...]
RecordInfo.h 87 clang::CXXRecordDecl* record() const { return record_; }
134 clang::CXXRecordDecl* record_; member in class:RecordInfo
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.hpp 208 AllocationCallbackViolation (const AllocationCallbackRecord& record_, Reason reason_)
209 : record(record_)
vkAllocationCallbackUtil.cpp 341 AllocationSlot (const AllocationCallbackRecord& record_, bool isLive_)
342 : record (record_)

Completed in 404 milliseconds