OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBlockDescriptorType
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CGBlocks.cpp
105
return llvm::ConstantExpr::getBitCast(global, CGM.
getBlockDescriptorType
());
272
elementTypes.push_back(CGM.
getBlockDescriptorType
());
662
llvm::Type *CodeGenModule::
getBlockDescriptorType
() {
696
llvm::Type *BlockDescPtrTy =
getBlockDescriptorType
();
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
Completed in 531 milliseconds