Searched refs:Placeholder (Results 1 - 10 of 10) sorted by relevance
/external/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 169 CodeCompletionString::Chunk::CreatePlaceholder(const char *Placeholder) { argument 170 return Chunk(CK_Placeholder, Placeholder); 354 void CodeCompletionBuilder::AddPlaceholderChunk(const char *Placeholder) { argument 355 Chunks.push_back(Chunk::CreatePlaceholder(Placeholder));
|
H A D | SemaCodeComplete.cpp | 2912 std::string Placeholder; local 2914 Placeholder = FormatFunctionParameter(Policy, Function->getParamDecl(P)); 2916 Placeholder = Prototype->getParamType(P).getAsString(Policy); 2920 Result.getAllocator().CopyString(Placeholder)); 2922 Result.AddPlaceholderChunk(Result.getAllocator().CopyString(Placeholder));
|
/external/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 412 static Chunk CreatePlaceholder(const char *Placeholder); 596 void AddPlaceholderChunk(const char *Placeholder);
|
/external/llvm/unittests/IR/ |
H A D | ConstantsTest.cpp | 354 auto *Placeholder = new GlobalVariable( local 356 auto *GEP = ConstantExpr::getGetElementPtr(IntTy, Placeholder, C1); 357 ASSERT_EQ(GEP->getOperand(0), Placeholder); 367 Placeholder->replaceAllUsesWith(Alias);
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1323 uint32_t *Placeholder = local 1327 Value.Addend += *Placeholder; 1330 Value.Addend += (int16_t)((*Placeholder & 0xFFF) | (((*Placeholder >> 16) & 0xF) << 12)); 1335 uint8_t *Placeholder = reinterpret_cast<uint8_t *>( local 1337 uint32_t Opcode = readBytesUnaligned(Placeholder, 4);
|
/external/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 2515 llvm::Value *Placeholder = 2517 Placeholder = CGF.Builder.CreateDefaultAlignedLoad(Placeholder); 2523 return AggValueSlot::forAddr(Address(Placeholder, Align), 3255 llvm::Instruction *Placeholder = 3258 Builder.SetInsertPoint(Placeholder); 3261 deferPlaceholderReplacement(Placeholder, Addr.getPointer());
|
/external/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2450 Value *Placeholder = 2452 V = insertInteger(DL, IRB, Placeholder, V, NewBeginOffset - BeginOffset, 2455 Placeholder->replaceAllUsesWith(&LI); 2456 delete Placeholder;
|
/external/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 972 Constant *Placeholder = ResolveConstants.back().first; local 978 while (!Placeholder->use_empty()) { 979 auto UI = Placeholder->user_begin(); 998 } else if (*I == Placeholder) { 1033 Placeholder->replaceAllUsesWith(RealVal); 1034 delete Placeholder;
|
/external/minijail/ |
H A D | common.mk | 580 # Placeholder for depends
|
/external/modp_b64/ |
H A D | common.mk | 580 # Placeholder for depends
|
Completed in 773 milliseconds