OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordDeclTypes
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CodeGenTypes.cpp
104
RecordDeclTypes
.find(Ty);
105
return I !=
RecordDeclTypes
.end() && !I->second->isOpaque();
261
if (
RecordDeclTypes
.count(Context.getTagDeclType(RD).getTypePtr()))
624
llvm::StructType *&Entry =
RecordDeclTypes
[Key];
CodeGenTypes.h
83
///
RecordDeclTypes
- This contains the LLVM IR type for any converted
85
llvm::DenseMap<const Type*, llvm::StructType *>
RecordDeclTypes
;
Completed in 458 milliseconds