Searched refs:Tag (Results 226 - 230 of 230) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp734 if (llvm::MDNode *Tag = getTBAAAccessTagInfo(TBAAInfo))
735 Inst->setMetadata(llvm::LLVMContext::MD_tbaa, Tag);
H A DCGBuiltin.cpp14412 Value *Tag = EmitScalarExpr(E->getArg(0));
14415 return Builder.CreateCall(Callee, {Tag, Obj});
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5258 static ElaboratedTypeKeyword getKeywordForTagTypeKind(TagTypeKind Tag);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp369 BOI.Tag = ContextImpl->getOrInsertBundleTag(BI->getTag());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2212 void handleTagNumbering(const TagDecl *Tag, Scope *TagScope);
3464 /// Tag name lookup, which finds the names of enums, classes,

Completed in 230 milliseconds

12345678910