OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOrCreateTypeDeclaration
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CGDebugInfo.h
139
llvm::DIType
getOrCreateTypeDeclaration
(QualType PointeeTy, llvm::DIFile F);
CGDebugInfo.cpp
654
///
getOrCreateTypeDeclaration
- Create Pointee type. If Pointee is a record
656
llvm::DIType CGDebugInfo::
getOrCreateTypeDeclaration
(QualType PointeeTy,
670
Tag,
getOrCreateTypeDeclaration
(PointeeTy, Unit));
679
return DBuilder.createPointerType(
getOrCreateTypeDeclaration
(PointeeTy, Unit),
[
all
...]
Completed in 35 milliseconds