HomeSort by: relevance | last modified time | path
    Searched refs:PlaceholderPosition (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
ConstantInitBuilder.h 263 class PlaceholderPosition {
266 PlaceholderPosition(size_t index) : Index(index) {}
278 PlaceholderPosition addPlaceholder() {
286 PlaceholderPosition addPlaceholderWithSize(llvm::Type *expectedType);
289 void fillPlaceholderWithInt(PlaceholderPosition position,
296 void fillPlaceholder(PlaceholderPosition position, llvm::Constant *value) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ConstantInitBuilder.cpp 201 ConstantAggregateBuilderBase::PlaceholderPosition

Completed in 26 milliseconds