OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VTTComponents
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CGVTT.cpp
60
SmallVector<llvm::Constant *, 8>
VTTComponents
;
87
VTTComponents
.push_back(Init);
90
llvm::Constant *Init = llvm::ConstantArray::get(ArrayType,
VTTComponents
);
/external/clang/include/clang/AST/
VTTBuilder.h
82
VTTComponentsVectorTy
VTTComponents
;
139
return
VTTComponents
;
Completed in 7868 milliseconds